diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-07-10 21:47:01 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-07-10 21:47:01 +0200 |
| commit | 1ba74e8940cb89a329be1e981102aed84f64c5cb (patch) | |
| tree | b7daa4b47eecf995b20b5836ebe06a0df1415aba /init.el | |
| parent | a14cd55e6094db245621e198717272f932e19361 (diff) | |
Fixed leading space for idea capturing body
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
