Skip to content

Commit fddcedd

Browse files
committed
tweak(tempel): move additional templates to assets/
1 parent f533a45 commit fddcedd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

modules/me-editor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:custom
1414
(tempel-trigger-prefix "<") ;; Require trigger prefix before template name when completing.
1515
(tempel-path
16-
(list (concat minemacs-root-dir "templates/tempel/*.eld")
16+
(list (concat minemacs-root-dir "assets/templates/tempel/*.eld")
1717
(concat minemacs-config-dir "templates/tempel/*.eld")))
1818
:bind (("M-\"" . tempel-complete) ;; Alternative tempel-expand
1919
("M-*" . tempel-insert)

0 commit comments

Comments
 (0)