diff options
author | fpi | 2020-02-15 17:16:30 +0100 |
---|---|---|
committer | fpi | 2020-02-23 18:07:15 +0100 |
commit | 588cf9a24d7cb0a94c28d8f27fb747db19e1ecc6 (patch) | |
tree | 06f76040adbcd0d0a453924011b3ad3a9e09278d | |
parent | Disable useless questions to restore deleted buffers (diff) |
Use eshell instead of shell as my popup shell
-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. |