~edwargix/emacs.d

ed8312691c4b65d448e059f9d3a00787098145b6 — David Florness 6 years ago 3fcc99d
Setup shell-pop
1 files changed, 6 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +6 -0
@@ 179,6 179,12 @@
    (winum-mode)))


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


;;; Start Emacs Daemon
(require 'server)
(unless (server-running-p)