aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/doom/config.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 0a964a8..1063299 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -315,20 +315,6 @@ this new window.
(add-hook 'message-send-mail-hook 'set-smtp-server))
#+end_src
-** Contacts
-#+begin_src emacs-lisp :tangle "packages.el"
-(package! vcard)
-(package! vdirel)
-(package! khardel)
-#+end_src
-
-#+begin_src emacs-lisp
-(use-package! vdirel
- :init
- (setq org-vcard-custom-styles-dir (expand-file-name "org-vcard-styles" doom-private-dir))
- :config
- (setq vdirel-repository "~/.contacts/contacts"))
-#+end_src
* Ledger
Emacs mode for managing ledger text files
#+BEGIN_SRC emacs-lisp