summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org3
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.