diff options
| author | BardofSprites <[email protected]> | 2025-07-15 18:19:28 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-15 18:19:28 -0400 |
| commit | 076cb97b47da01827734e2f74005f05f810f8b28 (patch) | |
| tree | cae89dbb97f379cc646d6f3ea6601c6c20f1186a /bard-emacs-modules | |
| parent | 1cf33beaf620009067c155e2beceb655aba8b37d (diff) | |
define silo dirs
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index a923d74..0740523 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -136,6 +136,9 @@ (use-package denote-silo :ensure t + :config + (setq denote-silo-directories '("~/Notes/denote" + "~/Notes/Old Notes/")) ) ;;; Focus mode for writing |
