diff options
author | fpi | 2020-08-03 18:05:14 +0200 |
---|---|---|
committer | fpi | 2020-08-03 18:07:10 +0200 |
commit | 65ece137e8505e59bd52ff0f0e12bea16b14c7bc (patch) | |
tree | 820215b9e77645ffe904a7b5830534d8ba05cefe | |
parent | [Testing] Disable format=flowed (diff) |
Rebind shell-pop
-rw-r--r-- | emacs-init.org | 2 |
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 |