From 429667cd4a3c1f9a4dd8b02605ffad9907afc726 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 6 Sep 2021 23:49:00 -0500 Subject: Hook eros and macrostep into lisp-interaction-mode --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ac9bf58..b438e73 100644 --- a/init.el +++ b/init.el @@ -839,7 +839,8 @@ AKA, DO NOT USE THIS FUNCTION!!!" )) (setup (:straight eros) - (:hook-into emacs-lisp-mode)) + (:hook-into emacs-lisp-mode + lisp-interaction-mode)) (setup eshell (:also-load acdw-eshell @@ -1177,7 +1178,8 @@ browser defined in `browse-url-secondary-browser-function'." (:file-match (rx ".lua" eos))) (setup (:straight macrostep) - (define-key emacs-lisp-mode-map (kbd "C-c e") #'macrostep-expand)) + (define-key emacs-lisp-mode-map (kbd "C-c e") #'macrostep-expand) + (define-key lisp-interaction-mode-map (kbd "C-c e") #'macrostep-expand)) (setup (:straight magit) (:global "C-c g" #'magit-status) -- cgit 1.4.1-21-gabe81