diff options
| author | 2026-05-15 02:00:48 -0700 | |
|---|---|---|
| committer | 2026-05-15 02:10:20 -0700 | |
| commit | 3f8ba1b504831759bff400a199130f776ff73e85 (patch) | |
| tree | 1e28566fde84df289c58ccc7024bd89442eac7ca /oni | |
| parent | 78d1ff0622101aec86b5be00daf41e45ec6cf3a2 (diff) | |
| download | new-dotfiles-3f8ba1b504831759bff400a199130f776ff73e85.tar.gz new-dotfiles-3f8ba1b504831759bff400a199130f776ff73e85.zip | |
org-mem: Don't include .org_archive files or harp files
I can't think of a reason why I would want to keep around archived tasks.
The harp files will use the same title constantly, I don't need that.
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/services/emacs/org-mem.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/oni/home/services/emacs/org-mem.el b/oni/home/services/emacs/org-mem.el index 55b521f..f5b7f7b 100644 --- a/oni/home/services/emacs/org-mem.el +++ b/oni/home/services/emacs/org-mem.el @@ -2,5 +2,8 @@ :ensure nil :init (setq org-mem-watch-dirs (list (expand-file-name "~/documents/gtd/")) - org-mem-do-sync-with-org-id t) - (org-mem-updater-mode)) + 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-")) |
