From a6de0dbd99b1158afbef81e679fe7fc2419a6214 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Aug 2015 21:46:55 +0200 Subject: Emacs: Install eshell buffer stack package --- tag-emacs/emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 12b4cab5..d86e5222 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2122,6 +2122,15 @@ nice, when I remember to use it. (bind-key "C-c S" #'eshell-goto-current-dir) #+END_SRC +#+BEGIN_SRC emacs-lisp + (req-package esh-buf-stack + :require eshell + :config (progn + (bind-key "M-q" #'eshell-push-command eshell-mode-map)) + :init (progn + (setup-eshell-buf-stack))) +#+END_SRC + *** Shells #+BEGIN_SRC emacs-lisp -- cgit 1.4.1