Browse Source

added org-contacts

master
Marc 2 months ago
parent
commit
2a7203d5c5
1 changed files with 8 additions and 0 deletions
  1. 8
      config.org

8
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]]?

Loading…
Cancel
Save