Skip to content

Commit

Permalink
nit(tempel): make use of minemacs-assets-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 10, 2023
1 parent 1e392e1 commit 5106970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:custom
(tempel-trigger-prefix "<") ;; Require trigger prefix before template name when completing.
(tempel-path
(list (concat minemacs-root-dir "assets/templates/tempel/*.eld")
(list (concat minemacs-assets-dir "templates/tempel/*.eld")
(concat minemacs-config-dir "templates/tempel/*.eld")))
:bind (("M-\"" . tempel-complete) ;; Alternative tempel-expand
("M-*" . tempel-insert)
Expand Down

0 comments on commit 5106970

Please sign in to comment.