From e504b8911f022727a9df45c3a47b1e93fd9a56b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 1 Apr 2022 19:06:59 +0200 Subject: Remove contacts config This package cause load problems keep them out until I need them again. --- config/doom/config.org | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'config') 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 -- cgit v1.2.3