Skip to content

Commit

Permalink
tweak(macrostep): use upstream repo, apply a hack
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 17, 2023
1 parent 0481b8e commit c048d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@
(use-package cider
:straight t)

;; Macro expansion
(use-package macrostep
:straight (macrostep :fork (:host github :repo "abougouffa/macrostep" :branch "fix_keymap"))
: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 c048d3c

Please sign in to comment.