all repos — nixfiles @ 31a3b336a16d33c9119c537d05f2100ddd765290

System and user configuration, managed by nix and home-manager

Emacs: make sure missing/outdated helm doesn't halt init

Alan Pearce
commit

31a3b336a16d33c9119c537d05f2100ddd765290

parent

e5a1587d7d420ce9d1bff59f99ef1336680cba34

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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