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.xz
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."
167(setq enable-recursive-minibuffers t) 167(setq enable-recursive-minibuffers t)
168(minibuffer-depth-indicate-mode t) 168(minibuffer-depth-indicate-mode t)
169 169
170(use-package hydra)
170(use-package ivy 171(use-package ivy
171 :config (progn 172 :config (progn
172 (ivy-mode +1))) 173 (ivy-mode +1)))