Hook eros and macrostep into lisp-interaction-mode

This commit is contained in:
Case Duckworth 2021-09-06 23:49:00 -05:00
parent b5f375b3a5
commit 429667cd4a
1 changed files with 4 additions and 2 deletions

View File

@ -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)