aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:06:59 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-04-01 19:06:59 +0200
commite504b8911f022727a9df45c3a47b1e93fd9a56b5 (patch)
treecc4b6cd441430ec8fffeb4ac4c503640e85f5eea /config
parentfc69b48c6950df93e480b3edea7915444b25326e (diff)
downloaddotfiles-e504b8911f022727a9df45c3a47b1e93fd9a56b5.tar.gz
dotfiles-e504b8911f022727a9df45c3a47b1e93fd9a56b5.tar.bz2
dotfiles-e504b8911f022727a9df45c3a47b1e93fd9a56b5.zip
Remove contacts config
This package cause load problems keep them out until I need them again.
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