diff options
author | Alan Pearce | 2018-06-17 09:46:23 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 09:46:23 +0200 |
commit | 31a3b336a16d33c9119c537d05f2100ddd765290 (patch) | |
tree | 945dcc0ddcd359d869703e15e757713f6ba877c6 | |
parent | e5a1587d7d420ce9d1bff59f99ef1336680cba34 (diff) | |
download | nixfiles-31a3b336a16d33c9119c537d05f2100ddd765290.tar.lz nixfiles-31a3b336a16d33c9119c537d05f2100ddd765290.tar.zst nixfiles-31a3b336a16d33c9119c537d05f2100ddd765290.zip |
Emacs: make sure missing/outdated helm doesn't halt init
-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 ab6d26d7..021da896 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 |