Skip to content

Commit

Permalink
tweak(jinx): add jinx--load-module to minemacs-build-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 28, 2023
1 parent 9e91a1e commit 3357935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-natural-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:straight t
:when (and (or os/linux os/bsd os/mac) (+emacs-features-p 'modules))
:hook (text-mode . jinx-mode)
:hook (minemacs-build-functions . jinx--load-module)
:init
(+map! "ts" #'jinx-mode)
(+nvmap! "z=" #'jinx-correct))
Expand Down

0 comments on commit 3357935

Please sign in to comment.