Neue Capture-Templates
This commit is contained in:
8
lisp/init-capture.el.test
Normal file
8
lisp/init-capture.el.test
Normal 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)
|
||||
Reference in New Issue
Block a user