Change shortcuts for capture templates
This commit is contained in:
parent
de44df34f3
commit
d1bf3a5e01
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -504,13 +504,13 @@
|
|||
|
||||
(setq org-capture-templates
|
||||
(quote
|
||||
(("w" "Work Task" entry
|
||||
(("t" "Work Task" entry
|
||||
(file+olp "~/notes/planner.org" "Tasks")
|
||||
"** TODO %?")
|
||||
("e" "Event" entry
|
||||
(file+olp "~/notes/planner.org" "Events")
|
||||
"** %?")
|
||||
("t" "Personal Task" entry
|
||||
("p" "Personal Task" entry
|
||||
(file+olp "~/notes/planner.org" "Personal")
|
||||
"** TODO %?")
|
||||
("v" "Personal Event" entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue