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)))))
|
(completion-category-overrides '((file (styles basic partial-completion)))))
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:defer t
|
:bind
|
||||||
|
(("C-c c" . 'org-capture)
|
||||||
|
("C-c a" . 'org-agenda))
|
||||||
:hook
|
:hook
|
||||||
(org-mode . visual-line-mode)
|
(org-mode . visual-line-mode)
|
||||||
:config
|
:config
|
||||||
|
|
@ -369,7 +371,8 @@
|
||||||
org-agenda-files '("~/TobCloud/org")
|
org-agenda-files '("~/TobCloud/org")
|
||||||
org-capture-templates
|
org-capture-templates
|
||||||
'(("t" "Todo" entry (file "~/TobCloud/org/inbox.org")
|
'(("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
|
(use-package org-modern
|
||||||
:after org
|
:after org
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue