mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix doom-template-exists-p
This commit is contained in:
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
(defun doom-template-exists-p (template)
|
(defun doom-template-exists-p (template)
|
||||||
"TODO"
|
"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)
|
(defun doom-template-insert (template)
|
||||||
"TODO"
|
"TODO"
|
||||||
|
Reference in New Issue
Block a user