summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-03 18:05:14 +0200
committerfpi2020-08-03 18:07:10 +0200
commit65ece137e8505e59bd52ff0f0e12bea16b14c7bc (patch)
tree820215b9e77645ffe904a7b5830534d8ba05cefe /emacs-init.org
parent[Testing] Disable format=flowed (diff)
Rebind shell-pop
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index bf2d1c0..cd8ee60 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -4633,7 +4633,7 @@ To open and hide a shell quickly I use =shell-pop=.
#+begin_src emacs-lisp
(use-package shell-pop
:straight t
- :bind (("C-!" . shell-pop))
+ :bind (("C->" . shell-pop))
:custom
(shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell))))))
#+end_src