Remove org file-templates
This commit is contained in:
parent
5c0f09c8ff
commit
339378d769
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@
|
||||||
(nth 0 rule)
|
(nth 0 rule)
|
||||||
(vector `(lambda () (narf/auto-insert-snippet ,(nth 1 rule) ',(nth 2 rule) ,(nth 3 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
|
(mapc 'auto-insert-template
|
||||||
`(;; General
|
`(;; General
|
||||||
("/\\.gitignore$" "__" gitignore-mode)
|
("/\\.gitignore$" "__" gitignore-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue