~edwargix/emacs.d

7a202c1fb45bd2a25f9f6468cbc7129f9c211e83 — David Florness 3 months ago ba87a81
fix shell-pop function
1 files changed, 1 insertions(+), 1 deletions(-)

M lisp/misc.el
M lisp/misc.el => lisp/misc.el +1 -1
@@ 110,7 110,7 @@
;; show eshell with C-S-s
(use-package shell-pop
  :custom
  (shell-pop-shell-type '("eshell" "*eshell*" #'eshell))
  (shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell))))
  (shell-pop-universal-key "C-S-s"))

(use-package yaml-mode