lang/emacs-lisp: remove extraneous macrostep keybind
`e` is more than enough
This commit is contained in:
parent
7cbd6c756c
commit
bdd9d91f72
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue