From 52a9d61f732b48498dcf5b43e1a144557b42c7b6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Dec 2020 00:36:13 -0500 Subject: Drop configuration for org-contacts I haven't used this library in a long time. --- init.el | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index b3a646a..2f92df7 100644 --- a/init.el +++ b/init.el @@ -232,8 +232,7 @@ (notmuch-show-stash-subject)) (apply fn args))) - (require 'org-agenda) - (require 'org-contacts)) + (require 'org-agenda)) (use-package org-agenda :init (define-key km/global-org-map "a" #'org-agenda) @@ -277,19 +276,6 @@ (require 'km-org-agenda)) -(use-package org-contacts - :init - (setq org-contacts-files '("~/notes/contacts.org")) - :config - (add-to-list 'org-capture-templates - '("a" "email address" entry - (file+headline "~/notes/contacts.org" "Inbox") - " -** %(org-contacts-template-name) -:PROPERTIES: -:EMAIL: %(org-contacts-template-email) -:END:"))) - (use-package org-attach :init (put 'org-attach-id-dir 'safe-local-variable #'stringp)) -- cgit v1.2.3