summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 03749040..1c8e78a4 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))