Fix 'doom compile' error when compiling templates
This commit is contained in:
parent
e0bd046339
commit
6d40f30a0a
4 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@ and your private config files, respectively. To recompile your packages, use
|
|||
(let ((filename (file-name-nondirectory path)))
|
||||
(or (string-prefix-p "." filename)
|
||||
(string-prefix-p "test-" filename)
|
||||
(string-suffix-p ".example.el" filename)
|
||||
(not (equal (file-name-extension path) "el"))
|
||||
(member filename (list "packages.el" "doctor.el")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue