Neue Capture-Templates

This commit is contained in:
hansi
2026-04-06 14:04:32 +02:00
parent ee451f78fd
commit b230f57ff0
10 changed files with 220 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
(provide 'init-capture)
(setq org-capture-templates
'(("t" "Todo" entry
(file "~/org/todo.org")
"* TODO %?\n %U\n")))
(global-set-key (kbd "C-c t") #'org-capture)
(add-hook 'org-capture-mode-hook 'delete-other-windows)