Keybindings for org capture and agenda
This commit is contained in:
parent
768b262e05
commit
025f59e5cc
1 changed files with 5 additions and 2 deletions
|
|
@ -356,7 +356,9 @@
|
|||
(completion-category-overrides '((file (styles basic partial-completion)))))
|
||||
|
||||
(use-package org
|
||||
:defer t
|
||||
:bind
|
||||
(("C-c c" . 'org-capture)
|
||||
("C-c a" . 'org-agenda))
|
||||
:hook
|
||||
(org-mode . visual-line-mode)
|
||||
:config
|
||||
|
|
@ -369,7 +371,8 @@
|
|||
org-agenda-files '("~/TobCloud/org")
|
||||
org-capture-templates
|
||||
'(("t" "Todo" entry (file "~/TobCloud/org/inbox.org")
|
||||
"* TODO %?\n %t\n %i\n %a"))))
|
||||
"* TODO %?\n %t\n %i\n %a"))
|
||||
org-confirm-babel-evaluate nil))
|
||||
|
||||
(use-package org-modern
|
||||
:after org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue