summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 09:46:23 +0200
committerAlan Pearce2018-06-17 09:46:23 +0200
commit31a3b336a16d33c9119c537d05f2100ddd765290 (patch)
tree945dcc0ddcd359d869703e15e757713f6ba877c6 /emacs/.emacs.d/main.el
parente5a1587d7d420ce9d1bff59f99ef1336680cba34 (diff)
downloaddotfiles-31a3b336a16d33c9119c537d05f2100ddd765290.tar.lz
dotfiles-31a3b336a16d33c9119c537d05f2100ddd765290.tar.zst
dotfiles-31a3b336a16d33c9119c537d05f2100ddd765290.zip
Emacs: make sure missing/outdated helm doesn't halt init
Diffstat (limited to 'emacs/.emacs.d/main.el')
-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 ab6d26d..021da89 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1774,6 +1774,7 @@ With two prefix arguments, write out the day and month name."
 ;; entities) across buffers in the same project.  Neat!
 
 (use-package imenu-anywhere
+  :if (featurep 'helm-imenu)
   :bind ("C-x C-." . ivy-imenu-anywhere))
 
 ;;;;; Language Server Protocol