all repos — nixfiles @ 794715267861dd3023ecba274a0938f9f5c96446

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

Emacs: setup esh-buf-stack after eshell

Alan Pearce
commit

794715267861dd3023ecba274a0938f9f5c96446

parent

6b4c70d3133124d2fcaea4da7b0d6a0fea956a21

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -454,6 +454,7 @@ :keymaps 'local
"M-q" #'eshell-push-command)) (use-package esh-buf-stack + :after (eshell) :ghook ('eshell-mode-hook #'my-bind-esh-push) :config (setup-eshell-buf-stack))