diff options
author | Alan Pearce | 2017-05-22 15:29:21 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-22 15:29:21 +0200 |
commit | a4598d8f46876743549f31c3582e3209da8991ec (patch) | |
tree | cfe288fd3b23820cfb71d7c3f5ab901daf9f3b7c /emacs | |
parent | 0e56fb4d2f283fa5548e205dcd6e0e924f98c91c (diff) | |
download | dotfiles-a4598d8f46876743549f31c3582e3209da8991ec.tar.lz dotfiles-a4598d8f46876743549f31c3582e3209da8991ec.tar.zst dotfiles-a4598d8f46876743549f31c3582e3209da8991ec.zip |
Emacs: Install imenu-anywhere
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index c402251..c7935c1 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1791,6 +1791,15 @@ guess a definition. :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 |