feature/file-template: refactor for idempotency

This commit is contained in:
Henrik Lissner
2018-05-16 18:26:08 +02:00
parent 06f7aa2881
commit d32e500f97

View File

@ -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 ()