From 3eb16698e4cf2e2bb6f486d2a8d02c9031f2eb85 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Dec 2020 18:15:30 -0800 Subject: emacs: add binding for lsp's imenu --- emacs.d/custom/fcuny-prog.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-prog.el b/emacs.d/custom/fcuny-prog.el index 961a155..9717df0 100644 --- a/emacs.d/custom/fcuny-prog.el +++ b/emacs.d/custom/fcuny-prog.el @@ -25,6 +25,8 @@ (lsp-enable-which-key-integration))))) :config (define-key lsp-mode-map (kbd "C-c l") lsp-command-map) + :bind + (("C-c l i" . lsp-ui-imenu)) :custom (lsp-session-file (expand-file-name "lsp-session-v1" fcuny/path-emacs-var)) (lsp-enable-snippet t) -- cgit 1.4.1