mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Re-enable these
This commit is contained in:
parent
566af2b009
commit
a95a46cd64
1 changed files with 8 additions and 8 deletions
|
|
@ -268,14 +268,14 @@
|
||||||
:keys "w"
|
:keys "w"
|
||||||
:file ,(my/agenda-file "dev.org")
|
:file ,(my/agenda-file "dev.org")
|
||||||
:template-file ,(my/org-file "templates/work_travel_checklist.org"))
|
:template-file ,(my/org-file "templates/work_travel_checklist.org"))
|
||||||
;; ("Morning routine"
|
("Morning routine"
|
||||||
;; :keys "m"
|
:keys "m"
|
||||||
;; :file ,(my/org-file "entries/routines.org")
|
:file ,(my/org-file "random/routines.org")
|
||||||
;; :template-file ,(my/org-file "templates/morning-routine.org"))
|
:template-file ,(my/org-file "templates/morning-routine.org"))
|
||||||
;; ("Night routine"
|
("Night routine"
|
||||||
;; :keys "n"
|
:keys "n"
|
||||||
;; :file ,(my/org-file "entries/routines.org")
|
:file ,(my/org-file "random/routines.org")
|
||||||
;; :template-file ,(my/org-file "templates/evening-routine.org"))
|
:template-file ,(my/org-file "templates/evening-routine.org"))
|
||||||
))
|
))
|
||||||
("Protocol"
|
("Protocol"
|
||||||
:keys "p"
|
:keys "p"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue