mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(emacs-lisp): local leader for lisp-interaction-mode
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user