mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/emacs-lisp: remove extraneous macrostep keybind
`e` is more than enough
This commit is contained in:
@ -113,12 +113,6 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
;;
|
||||
;;; Packages
|
||||
|
||||
(map! :when (featurep! :editor evil)
|
||||
:after macrostep
|
||||
:map macrostep-keymap
|
||||
:n [return] #'macrostep-expand)
|
||||
|
||||
|
||||
;;;###package overseer
|
||||
(autoload 'overseer-test "overseer" nil t)
|
||||
(remove-hook 'emacs-lisp-mode-hook 'overseer-enable-mode)
|
||||
|
Reference in New Issue
Block a user