fix(text-editing): use wildcard in tempel-path

After an update to tempel, it seems tempel-path must point to a file, or
a wildcard matching one or more files.
This commit is contained in:
2022-04-16 23:54:29 +01:00
parent 3630c66930
commit d85671a44c

View File

@@ -15,7 +15,7 @@
"TAB" 'tempel-next)
:custom
(tempel-path (expand-file-name "templates" siren-dir))
(tempel-path (expand-file-name "templates/*.el" siren-dir))
:hook
(prog-mode . siren-tempel-setup-capf)