diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:55:54 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:55:54 +0000 |
commit | cf24cb40421fae2b94757336b5d207ce14b5507c (patch) | |
tree | 7a541637a526c252c99fcaff9260fcfc1e6cb3f2 | |
parent | dfc21c0c2ce5c508871127d8ddb2c6e451b9844a (diff) |
unsure why this was changed - monitor
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ Restart works only on graphic display." :config (setq consult-notes-sources '(("Denote" ?d "~/Documents/denote/") - ("Mod-Denote" ?m "~/Documents/mod-denote/") + ("Modenote" ?m "~/Documents/mod-denote/") ("Notes archive" ?n "~/Notes/Archive"))) ;; Set notes dir(s), see below ;; Set org-roam integration OR denote integration (when (locate-library "denote") |