diff --git a/core/core-file-templates.el b/core/core-file-templates.el index 6adc81b48..c97c42e78 100644 --- a/core/core-file-templates.el +++ b/core/core-file-templates.el @@ -13,12 +13,6 @@ (nth 0 rule) (vector `(lambda () (narf/auto-insert-snippet ,(nth 1 rule) ',(nth 2 rule) ,(nth 3 rule)))))) - (after! org-mode - (mapc 'auto-insert-template' - '((,(format "%s.+\\.org$" (f-relative org-directory-contacts org-directory)) "__contact.org" org-mode) - (,(format "%s.+\\.org$" (f-relative org-directory-projects org-directory)) "__projects.org" org-mode) - (,(format "%s.+\\.org$" (f-relative org-directory-invoices org-directory)) "__invoices.org" org-mode)))) - (mapc 'auto-insert-template `(;; General ("/\\.gitignore$" "__" gitignore-mode)