diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-18 07:53:15 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-18 07:53:15 +0000 |
commit | e9da597a8c2cc9b4d4dd1b19a59f7f24327e0426 (patch) | |
tree | c00698eef14325a21807078eac063c22e7b2b93a | |
parent | b384d866eb5e298facaa3e7d9402b86f0cd11f7f (diff) |
changed the capture template key for home cal
-rw-r--r-- | myinit.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -791,7 +791,7 @@ If failed try to complete the common part with `company-complete-common'" ;; "* %?\nEntered on %U\n") ("hi" "Home Idea" entry (file+headline "~/org/home.org" "Notes") "** %? :idea:\nEntered on %U\n") - ("hc" "Home Calendar - Single" entry (file+headline "~/org/home.org" "Calendar") + ("hs" "Home Calendar - Single" entry (file+headline "~/org/home.org" "Calendar") "* %?\n%^T") ("hb" "Home Calendar - Block" entry (file+headline "~/org/home.org" "Calendar") "* %?\n%^t--%^t") |