summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-05-04 10:40:12 +0200
committerAlan Pearce2017-05-04 10:40:12 +0200
commit755ccce37c2e1e72e3934fd66009d1f510b9c456 (patch)
tree208c23d90996d410f81b894e036bca736361fa25
parent0b84cca0848b1de1bbe63841df3cc2b83260d690 (diff)
downloaddotfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.tar.lz
dotfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.tar.zst
dotfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.zip
Emacs: Use counsel instead of ivy for imenu
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 2b12d72..0f33162 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1419,6 +1419,7 @@ replacement for helm so far.
             (bind-key "C-c M-x" #'execute-extended-command)
             (bind-key "C-x C-f" #'counsel-find-file)
             (bind-key "M-y" #'counsel-yank-pop)
+            (bind-key "C-x i" #'counsel-imenu)
             (bind-key "M-y" #'ivy-next-line ivy-minibuffer-map)
             (defadvice counsel-find-file (after find-file-sudo activate)
               "Find file as root if necessary."