~edwargix/emacs.d

3309f2c15a84ad97266a4624ea2d7ff054e947ee — David Florness 5 years ago eb6a0fa
Remove unnecessary lambda

I know LISP; I promise!
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 155,7 155,7 @@

(use-package shell-pop
  :custom
  (shell-pop-shell-type '("eshell" "*eshell*" (lambda () (eshell))))
  (shell-pop-shell-type '("eshell" "*eshell*" #'eshell))
  (shell-pop-universal-key "C-S-s"))

(use-package yaml-mode