summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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")