From f63aad2ff65651d064e01de10d5370dc0ca176f3 Mon Sep 17 00:00:00 2001 From: Daanturo Date: Sat, 19 Feb 2022 22:04:25 +0700 Subject: [PATCH] tweak(emacs-lisp): local leader for lisp-interaction-mode --- modules/lang/emacs-lisp/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/emacs-lisp/config.el b/modules/lang/emacs-lisp/config.el index faa0cd189..a2995db7d 100644 --- a/modules/lang/emacs-lisp/config.el +++ b/modules/lang/emacs-lisp/config.el @@ -112,7 +112,7 @@ employed so that flycheck still does *some* helpful linting.") ret))) (map! :localleader - :map emacs-lisp-mode-map + :map (emacs-lisp-mode-map lisp-interaction-mode-map) :desc "Expand macro" "m" #'macrostep-expand (:prefix ("d" . "debug") "f" #'+emacs-lisp/edebug-instrument-defun-on