Skip to content

Commit

Permalink
tweak(macrostep): remove unneeded hack (fixed upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 21, 2023
1 parent fe290c2 commit 0f0b5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
(use-package macrostep
:straight t
:init
;; HACK: Until this gets fixed github.com/emacsorphanage/macrostep/issues/4
(defvaralias 'macrostep-mode-map 'macrostep-mode-keymap)
(+map-local! :keymaps '(emacs-lisp-mode-map lisp-mode-map)
"m" '(macrostep-expand :wk "Expand macro")))

Expand Down

0 comments on commit 0f0b5ef

Please sign in to comment.