diff options
author | Case Duckworth | 2022-04-19 22:25:14 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-19 22:25:14 -0500 |
commit | f8ce8b16f3cb4e77691d0157a1702e88b8bb0043 (patch) | |
tree | 6e359a6fa6dd30919a488b71f5521c753af329a7 | |
parent | Indentation (diff) | |
download | emacs-f8ce8b16f3cb4e77691d0157a1702e88b8bb0043.tar.gz emacs-f8ce8b16f3cb4e77691d0157a1702e88b8bb0043.zip |
Remove org-contacts
-rw-r--r-- | init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el index 76f4ab8..7e920d5 100644 --- a/init.el +++ b/init.el | |||
@@ -741,12 +741,6 @@ | |||
741 | :unnarrowed t)) | 741 | :unnarrowed t)) |
742 | (+org-capture-sort)) | 742 | (+org-capture-sort)) |
743 | 743 | ||
744 | (setup org-contacts (:quit) | ||
745 | (:require) | ||
746 | (:also-straight org-vcard) ; for importing Vcard files | ||
747 | (:option org-contacts-matcher "contact") ; Contacts are tagged "contact" | ||
748 | ) | ||
749 | |||
750 | (setup org-export | 744 | (setup org-export |
751 | (:also-load ox-md) | 745 | (:also-load ox-md) |
752 | (:option org-export-coding-system 'utf-8-unix | 746 | (:option org-export-coding-system 'utf-8-unix |