From a95a46cd6480194123115a485dca57b6e38515e9 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 14 Sep 2024 12:27:37 -0500 Subject: [PATCH] Re-enable these --- lisp/org-config/my-org-capture-templates.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/org-config/my-org-capture-templates.el b/lisp/org-config/my-org-capture-templates.el index 2129b3d..d6438d8 100644 --- a/lisp/org-config/my-org-capture-templates.el +++ b/lisp/org-config/my-org-capture-templates.el @@ -268,14 +268,14 @@ :keys "w" :file ,(my/agenda-file "dev.org") :template-file ,(my/org-file "templates/work_travel_checklist.org")) - ;; ("Morning routine" - ;; :keys "m" - ;; :file ,(my/org-file "entries/routines.org") - ;; :template-file ,(my/org-file "templates/morning-routine.org")) - ;; ("Night routine" - ;; :keys "n" - ;; :file ,(my/org-file "entries/routines.org") - ;; :template-file ,(my/org-file "templates/evening-routine.org")) + ("Morning routine" + :keys "m" + :file ,(my/org-file "random/routines.org") + :template-file ,(my/org-file "templates/morning-routine.org")) + ("Night routine" + :keys "n" + :file ,(my/org-file "random/routines.org") + :template-file ,(my/org-file "templates/evening-routine.org")) )) ("Protocol" :keys "p"