diff options
author | Alan Pearce | 2019-08-04 15:11:44 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-04 15:11:44 +0200 |
commit | 794715267861dd3023ecba274a0938f9f5c96446 (patch) | |
tree | 804967a7e195ac934f8ac3fd3fc2e6f9f429354f | |
parent | 6b4c70d3133124d2fcaea4da7b0d6a0fea956a21 (diff) | |
download | dotfiles-794715267861dd3023ecba274a0938f9f5c96446.tar.lz dotfiles-794715267861dd3023ecba274a0938f9f5c96446.tar.zst dotfiles-794715267861dd3023ecba274a0938f9f5c96446.zip |
Emacs: setup esh-buf-stack after eshell
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
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)) |