From 2a7203d5c5fa69e4c7592ec6aaf187f29b97c45b Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 12 Jul 2024 11:04:31 +0200 Subject: [PATCH] added org-contacts --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index daec95f..a284663 100644 --- a/config.org +++ b/config.org @@ -1209,6 +1209,14 @@ Elpaca cant find it, though it's built in org org-habit-show-habits-only-for-today nil) #+END_SRC +** contacts +#+BEGIN_SRC emacs-lisp +(use-package org-contacts + :ensure (:host nil :repo "https://repo.or.cz/org-contacts.git") + :after org + :custom + (org-contacts-files (list (concat MY--PATH_ORG_ROAM "contacts. org")))) +#+END_SRC ** *TODO* [[https://github.com/nobiot/org-transclusion][org-transclusion]]?