all repos — nixfiles @ a4598d8f46876743549f31c3582e3209da8991ec

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

Emacs: Install imenu-anywhere

Alan Pearce
commit

a4598d8f46876743549f31c3582e3209da8991ec

parent

0e56fb4d2f283fa5548e205dcd6e0e924f98c91c

1 file changed, 9 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1791,6 +1791,15 @@ ("M-g z" . dumb-jump-go-prefer-external-other-window))
:config (setq dumb-jump-selector 'ivy)) #+END_SRC +** imenu-anywhere + +This is like imenu, but shows functions (or similar top-level +entities) across buffers in the same project. Neat! + +#+BEGIN_SRC emacs-lisp +(use-package imenu-anywhere + :bind ("C-x C-." . ivy-imenu-anywhere)) +#+END_SRC ** Lisps *** All