diff --git a/custom.el b/custom.el index bd0681a..c0fd35d 100644 --- a/custom.el +++ b/custom.el @@ -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)))