summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-15 23:39:09 +0000
committernoa@gaiwan.org2024-06-15 23:39:09 +0000
commit23df659fb549e2af901af2705c30c69f249dd828 (patch)
treee7bf51ed2742b8b1a4cb24f8115f154561858acf /emacs/init.el
parentf5719cc1ec188e34500b70ac006a937bcaa908fc (diff)
Remove org-contacts configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f29e206..efe2040 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -345,11 +345,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (global-set-key (kbd "C-c c") #'org-capture)
 (global-set-key (kbd "C-c a") #'org-agenda)
 
-(use-package org-contacts :ensure t :pin gnu)
-(setopt org-contacts-files org-agenda-files)
-;; Org contacts seems to require birthdays to have a year.  However, i don't know the year of a lot of people's birthdays, so i set the year to 0000.  This looks bad when the birthday comes up in the agenda.  I figured that i don't usually need to know how old someone is going to be, so i change the format of how the birthday appears in the agenda so that i don't get the wrong age.
-(setopt org-contacts-birthday-format "Birthday: %l")
-
 (use-package org-modern :ensure t)
 (add-hook 'org-mode-hook #'org-modern-mode)
 ;; (add-hook 'org-agenda-finalize-hook #'org-modern-agenda)