summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@gnu.org>2018-08-29 23:02:42 -0400
committerAmin Bandali <amin@gnu.org>2018-08-29 23:02:42 -0400
commit6ef44cb72c995c9a59b2fa2b7f3b14173628ae99 (patch)
tree8e4ee26b1f12bd4e319dc0f855c91b2e65fbcbde /init.org
parentd5dbdde553828b1af43ba2a34347a367f9e2890e (diff)
downloadconfigs-6ef44cb72c995c9a59b2fa2b7f3b14173628ae99.tar.gz
configs-6ef44cb72c995c9a59b2fa2b7f3b14173628ae99.tar.xz
configs-6ef44cb72c995c9a59b2fa2b7f3b14173628ae99.zip
[emacs] assimilate shell-pop
Diffstat (limited to '')
-rw-r--r--init.org11
1 files changed, 11 insertions, 0 deletions
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]]