From 7869360008d87ca4b459c703f4894625dd8181cc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 01:59:44 -0500 Subject: Follow Purcell's emacs.d structure User init files are added using provide/require. https://github.com/purcell/emacs.d --- init/km-orgcontacts.el | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 init/km-orgcontacts.el (limited to 'init/km-orgcontacts.el') diff --git a/init/km-orgcontacts.el b/init/km-orgcontacts.el deleted file mode 100644 index b6faa3b..0000000 --- a/init/km-orgcontacts.el +++ /dev/null @@ -1,7 +0,0 @@ -(require 'org-contacts) - -(setq org-contacts-files '("~/notes/contacts.org")) - -(add-to-list 'org-capture-templates - '("a" "email address" entry (file+headline "~/notes/contacts.org" "Inbox") - "** %(org-contacts-template-name)\n :PROPERTIES:\n :EMAIL: %(org-contacts-template-email)\n :END:")) -- cgit v1.2.3