diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-09-08 17:22:34 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-09-08 17:22:34 +0200 |
| commit | d4f2c4c4f95013d0b71e4ee1a070411ac97af9b0 (patch) | |
| tree | 090b931a0f2cf3f5e9f2626988df029424145dea /init.el | |
| parent | 346fc1b06049e8e2366778970d8b2fd84cf41f58 (diff) | |
Removed "idea" from Agenda capture
Honestly this was completely redundant and I can just use tags...
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -76,9 +76,7 @@ (setq org-capture-templates `(("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 %?\n %i\n"))) ;; Undo (use-package vundo |
