From 794715267861dd3023ecba274a0938f9f5c96446 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 4 Aug 2019 15:11:44 +0200 Subject: Emacs: setup esh-buf-stack after eshell --- emacs/.emacs.d/main.el | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit 1.4.1