summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-07-10 21:47:01 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-07-10 21:47:01 +0200
commit1ba74e8940cb89a329be1e981102aed84f64c5cb (patch)
treeb7daa4b47eecf995b20b5836ebe06a0df1415aba /init.el
parenta14cd55e6094db245621e198717272f932e19361 (diff)
Fixed leading space for idea capturing body
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 803bf4c..3ca289b 100644
--- a/init.el
+++ b/init.el
@@ -61,7 +61,7 @@
`(("t" "Todo" entry (file ,(file-name-concat org-agenda-directory "Todo.org"))
"* TODO %?\n %i\n")
("i" "Idea" entry (file ,(file-name-concat org-agenda-directory "Idea.org"))
- "* TODO %^{Title} :idea:\n %?\n %i\n")))
+ "* TODO %^{Title} :idea:\n%?\n %i\n")))
;; Undo
(use-package vundo