From bbffac4096417b1e06e42a9bb3f682f35cc19714 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 28 Aug 2018 11:48:39 +0900 Subject: [PATCH] Add keybind for imenu-list-smart-toggle --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 0c7c2c1..b3e1efb 100644 --- a/emacs.el +++ b/emacs.el @@ -734,6 +734,9 @@ found, otherwise returns nil." ;; Include some extra modes (require 'generic-x) +(when (autoload-eval-lazily 'imenu-list) + (define-key ctl-x-map "l" 'imenu-list-smart-toggle)) + (with-eval-after-load 'compile (defvar compilation-filter-start) (defvar compilation-error-regexp-alist)