Skip to content

Commit

Permalink
nit(macrostep): update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 23, 2023
1 parent c041258 commit 9054280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
:straight t)

(use-package macrostep
:straight (:host github :repo "abougouffa/macrostep" :branch "fix_keymap")
:straight (macrostep :fork (:host github :repo "abougouffa/macrostep" :branch "fix_keymap"))
:init
(+map-local! :keymaps '(emacs-lisp-mode-map lisp-mode-map)
"m" '(macrostep-expand :wk "Expand macro")))
Expand Down

0 comments on commit 9054280

Please sign in to comment.