From 69815d7a985cf1137a2e16f32546541353faaf13 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 2 Dec 2019 14:28:18 +0900 Subject: [PATCH] Add counsel-imenu keybind --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 54baf89..f74fa2d 100644 --- a/emacs.el +++ b/emacs.el @@ -2441,6 +2441,9 @@ Any output will be written to current buffer." ;; (counsel-fzf))))) ) +(when (fboundp 'counsel-imenu) + (define-key ctl-x-map "l" 'counsel-imenu)) + (when (fboundp 'swoop) ;; (global-set-key (kbd "C-s") 'swoop) ;; (global-set-key (kbd "C-r") 'swoop)