Fix doom-template-exists-p
This commit is contained in:
parent
b70ed84a33
commit
ea86b1075f
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
(defun doom-template-exists-p (template)
|
||||
"TODO"
|
||||
(file-exists-p (expand-file-name "templates/" doom-core-dir)))
|
||||
(file-exists-p
|
||||
(expand-file-name (format "templates/%s" template)
|
||||
doom-core-dir)))
|
||||
|
||||
(defun doom-template-insert (template)
|
||||
"TODO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue