diff options
-rw-r--r-- | emacs-init.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org index fcee4f8..4c9b3be 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2489,8 +2489,7 @@ To open and hide a shell quickly I use =shell-pop=. :ensure t :bind (("C-!" . shell-pop)) :custom - (shell-pop-shell-type (quote ("shell" "*shell*" (lambda nil (shell))))) - (shell-pop-term-shell "/bin/bash")) + (shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell)))))) #+end_src ** Proced Built-in process monitor. |