diff options
author | Alan Pearce | 2019-09-16 15:52:53 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-16 15:52:53 +0200 |
commit | f6f4b93d53a16f5bdbf9cf53d3410688c58bd510 (patch) | |
tree | 477db03bc2814b811c78770a749625e74e15f249 | |
parent | b0545417b0e6d29c805f8c8e3cc4d5071d165d68 (diff) | |
download | dotfiles-f6f4b93d53a16f5bdbf9cf53d3410688c58bd510.tar.lz dotfiles-f6f4b93d53a16f5bdbf9cf53d3410688c58bd510.tar.zst dotfiles-f6f4b93d53a16f5bdbf9cf53d3410688c58bd510.zip |
Emacs: fix missing projectile hydra options on first call
-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 350a549..f08c83b 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -167,6 +167,7 @@ With two prefix arguments, write out the day and month name." (setq enable-recursive-minibuffers t) (minibuffer-depth-indicate-mode t) +(use-package hydra) (use-package ivy :config (progn (ivy-mode +1))) |