tweak(emacs-lisp): local leader for lisp-interaction-mode
This commit is contained in:
parent
169896e9ad
commit
f63aad2ff6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue