summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:55:54 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:55:54 +0000
commitcf24cb40421fae2b94757336b5d207ce14b5507c (patch)
tree7a541637a526c252c99fcaff9260fcfc1e6cb3f2
parentdfc21c0c2ce5c508871127d8ddb2c6e451b9844a (diff)
unsure why this was changed - monitor
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 68969ed..d35d449 100644
--- a/init.el
+++ b/init.el
@@ -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")