oops forgot to bind fez/insert-keybind

This commit is contained in:
opfez 2021-05-21 11:18:49 +02:00
parent 9dd618b881
commit 6dae178fd3
1 changed files with 3 additions and 0 deletions

View File

@ -77,3 +77,6 @@
(interactive)
(disable-theme 'magik)
(load-theme 'basic)))
(add-hook 'emacs-lisp-mode-hook
(lambda () (local-set-key (kbd "C-c k") #'fez/insert-keybind)))