From 339378d76970f48211e1aa552bcae485fd1278b0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 26 Feb 2016 00:04:57 -0500 Subject: [PATCH] Remove org file-templates --- core/core-file-templates.el | 6 ------ 1 file changed, 6 deletions(-) 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)