feature/file-template: refactor for idempotency
This commit is contained in:
parent
06f7aa2881
commit
d32e500f97
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in a project."
|
||||||
auto-insert-alist nil) ; Tabula rasa
|
auto-insert-alist nil) ; Tabula rasa
|
||||||
|
|
||||||
(after! yasnippet
|
(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
|
;; load autoinsert as late as possible
|
||||||
(defun +file-templates|init ()
|
(defun +file-templates|init ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue