Emacs: make sure missing/outdated helm doesn't halt init
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -1774,6 +1774,7 @@ ;; This is like imenu, but shows functions (or similar top-level ;; 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