tweak(emacs-lisp): local leader for lisp-interaction-mode

This commit is contained in:
Daanturo 2022-02-19 22:04:25 +07:00 committed by Henrik Lissner
parent 169896e9ad
commit f63aad2ff6

View file

@ -112,7 +112,7 @@ employed so that flycheck still does *some* helpful linting.")
ret))) ret)))
(map! :localleader (map! :localleader
:map emacs-lisp-mode-map :map (emacs-lisp-mode-map lisp-interaction-mode-map)
:desc "Expand macro" "m" #'macrostep-expand :desc "Expand macro" "m" #'macrostep-expand
(:prefix ("d" . "debug") (:prefix ("d" . "debug")
"f" #'+emacs-lisp/edebug-instrument-defun-on "f" #'+emacs-lisp/edebug-instrument-defun-on