summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-08-04 15:11:44 +0200
committerAlan Pearce2019-08-04 15:11:44 +0200
commit794715267861dd3023ecba274a0938f9f5c96446 (patch)
tree804967a7e195ac934f8ac3fd3fc2e6f9f429354f
parent6b4c70d3133124d2fcaea4da7b0d6a0fea956a21 (diff)
downloaddotfiles-794715267861dd3023ecba274a0938f9f5c96446.tar.lz
dotfiles-794715267861dd3023ecba274a0938f9f5c96446.tar.zst
dotfiles-794715267861dd3023ecba274a0938f9f5c96446.zip
Emacs: setup esh-buf-stack after eshell
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 0374904..1c8e78a 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -454,6 +454,7 @@ With two prefix arguments, write out the day and month name."
    "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))