all repos — archive/dotfiles @ 794715267861dd3023ecba274a0938f9f5c96446

Superseded by nixfiles

Emacs: setup esh-buf-stack after eshell
Alan Pearce alan@alanpearce.eu
Sun, 04 Aug 2019 15:11:44 +0200
commit

794715267861dd3023ecba274a0938f9f5c96446

parent

6b4c70d3133124d2fcaea4da7b0d6a0fea956a21

1 files changed, 1 insertions(+), 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))