all repos — nixfiles @ a6de0dbd99b1158afbef81e679fe7fc2419a6214

System and user configuration, managed by nix and home-manager

Emacs: Install eshell buffer stack package

Alan Pearce
commit

a6de0dbd99b1158afbef81e679fe7fc2419a6214

parent

9ebbf3bbb386ca69ecb266fe50cec3dc914a1beb

1 file changed, 9 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2122,6 +2122,15 @@ (eshell/cd dir)))
(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