Add find-variable to +lookup-map

This commit is contained in:
Case Duckworth 2022-01-06 08:55:43 -06:00
parent 58d096ff3c
commit 5630465877
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
:keymap (let ((map (make-sparse-keymap)))
(define-key map "f" #'find-function)
(define-key map "l" #'find-library)
(define-key map "v" #'find-variable)
map)
(define-key +key-mode-map (kbd "C-c l") (when +lookup-mode
+lookup-mode-map)))