Add keybinds in lookup-map

This commit is contained in:
Case Duckworth 2021-09-03 22:52:08 -05:00
parent bf6f31aa8e
commit 91cdb1517d
1 changed files with 5 additions and 0 deletions

View File

@ -392,6 +392,11 @@
(defun unfocused@save-buffers ()
(save-some-buffers t))))
(setup find-func
(:global "C-c l f" #'find-function
"C-c l l" #'find-library
"C-c l v" #'find-variable))
(setup flyspell
(add-hook 'text-mode-hook #'flyspell-mode))