mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user