From 6ef44cb72c995c9a59b2fa2b7f3b14173628ae99 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 29 Aug 2018 23:02:42 -0400 Subject: [emacs] assimilate shell-pop --- init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 56e7752..058401a 100644 --- a/init.org +++ b/init.org @@ -1208,6 +1208,17 @@ Emacs package that displays available keybindings in popup ("C-h C" . helpful-command))) #+end_src +** [[https://github.com/kyagi/shell-pop-el][shell-pop]] + +#+begin_src emacs-lisp +(use-package shell-pop + :config + (add-to-list 'shackle-rules '("\\*eshell\\*" :regexp t :same t)) + :custom + (shell-pop-universal-key "C-c e") + (shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell))))) +#+end_src + * Email ** [[https://notmuchmail.org][notmuch]] -- cgit v1.2.3-83-g751a