summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-16 15:52:53 +0200
committerAlan Pearce2019-09-16 15:52:53 +0200
commitf6f4b93d53a16f5bdbf9cf53d3410688c58bd510 (patch)
tree477db03bc2814b811c78770a749625e74e15f249
parentb0545417b0e6d29c805f8c8e3cc4d5071d165d68 (diff)
downloaddotfiles-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.el1
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)))