blob: 0c16308a103ec85572d7a6991b4cfde3a3cb27a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(use-package org-mem
:ensure nil
:init
(setq org-mem-watch-dirs (list (expand-file-name "~/documents/gtd/"))
org-mem-do-sync-with-org-id t
org-mem-suffixes '(".org"))
(org-mem-updater-mode)
:config
(add-to-list 'org-mem-exclude "health/harp-")
(add-to-list 'org-mem-exclude "archive/"))
|