summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-09-08 17:22:34 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-09-08 17:22:34 +0200
commitd4f2c4c4f95013d0b71e4ee1a070411ac97af9b0 (patch)
tree090b931a0f2cf3f5e9f2626988df029424145dea /init.el
parent346fc1b06049e8e2366778970d8b2fd84cf41f58 (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.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index ef02e4f..8946e8e 100644
--- a/init.el
+++ b/init.el
@@ -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