mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/file-template: refactor for idempotency
This commit is contained in:
@ -26,7 +26,7 @@ in a project."
|
||||
auto-insert-alist nil) ; Tabula rasa
|
||||
|
||||
(after! yasnippet
|
||||
(push '+file-templates-dir yas-snippet-dirs))
|
||||
(cl-pushnew '+file-templates-dir yas-snippet-dirs :test #'eq))
|
||||
|
||||
;; load autoinsert as late as possible
|
||||
(defun +file-templates|init ()
|
||||
|
Reference in New Issue
Block a user