From 65ece137e8505e59bd52ff0f0e12bea16b14c7bc Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 3 Aug 2020 18:05:14 +0200 Subject: Rebind shell-pop --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') 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 -- cgit v1.2.3