summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-15 17:16:30 +0100
committerfpi2020-02-23 18:07:15 +0100
commit588cf9a24d7cb0a94c28d8f27fb747db19e1ecc6 (patch)
tree06f76040adbcd0d0a453924011b3ad3a9e09278d /emacs-init.org
parentDisable useless questions to restore deleted buffers (diff)
Use eshell instead of shell as my popup shell
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.