mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Indentation
This commit is contained in:
parent
ecf79b602a
commit
7535a3aac2
1 changed files with 3 additions and 3 deletions
|
|
@ -285,9 +285,9 @@
|
|||
("Add to lists conveniently" :keys "l" :children
|
||||
(("Plan" :keys "p" :children
|
||||
(("Plan week" :keys "w"
|
||||
:file ,(my/agenda-file "plan.org")
|
||||
:headline "The Plan"
|
||||
:template-file ,(my/org-file "templates/weekly-plan.org"))
|
||||
:file ,(my/agenda-file "plan.org")
|
||||
:headline "The Plan"
|
||||
:template-file ,(my/org-file "templates/weekly-plan.org"))
|
||||
("Plan your day" :keys "p"
|
||||
:file ,(my/agenda-file "plan.org")
|
||||
:function org-plan-goto
|
||||
|
|
|
|||
Loading…
Reference in a new issue