Skip to content

Commit

Permalink
tweak(tempel): move additional templates to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 28, 2023
1 parent f533a45 commit fddcedd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 "templates/tempel/*.eld")
(list (concat minemacs-root-dir "assets/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 fddcedd

Please sign in to comment.