diff options
author | Alan Pearce | 2017-05-04 10:40:12 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-04 10:40:12 +0200 |
commit | 755ccce37c2e1e72e3934fd66009d1f510b9c456 (patch) | |
tree | 208c23d90996d410f81b894e036bca736361fa25 /emacs/.emacs.d/init.org | |
parent | 0b84cca0848b1de1bbe63841df3cc2b83260d690 (diff) | |
download | nixfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.tar.lz nixfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.tar.zst nixfiles-755ccce37c2e1e72e3934fd66009d1f510b9c456.zip |
Emacs: Use counsel instead of ivy for imenu
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 2b12d720..0f33162f 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." |