Commit 27608f1c06d8

Vincent Demeester <vincent@sbr.pm>
2025-06-17 10:22:07
tools/emacs/mini: fix a typo in the org-capture-templates
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 621221f
Changed files (1)
tools
emacs
tools/emacs/mini/init.el
@@ -1111,7 +1111,7 @@ minibuffer, even without explicitly focusing it."
   :config
 
   (add-to-list 'org-capture-templates
-	       `("j" "Journal entry" iteme
+	       `("j" "Journal entry" item
 		 (file+datetree+prompt ,org-journal-file)
 		 "%U %?\n%i"))