diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-19 09:53:09 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-19 09:53:09 +0200 |
commit | f73c979a96756fb4a3bbb90541caab4de485c0c7 (patch) | |
tree | 3e6abe5a36556471a25e5f033004c935f63104d9 | |
parent | a656582ae3ee23f2b1fbf1bc3ae77c484adf353e (diff) | |
download | dotfiles-f73c979a96756fb4a3bbb90541caab4de485c0c7.tar.gz dotfiles-f73c979a96756fb4a3bbb90541caab4de485c0c7.tar.bz2 dotfiles-f73c979a96756fb4a3bbb90541caab4de485c0c7.zip |
move daily journal template to yasnippet
-rw-r--r-- | config/doom/config.org | 9 | ||||
-rw-r--r-- | config/doom/snippets/org-mode/daily | 18 |
2 files changed, 19 insertions, 8 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index c786353..92bc0f9 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -89,14 +89,7 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary (after! org (setcdr (assoc "j" org-capture-templates) '("Journal" entry (file+olp+datetree +org-capture-journal-file) - "* %(format-time-string \"%H:%M\") %?\n%a\n%i -- Timebox days - -- I am grateful for -- What would make today great -- Daily affirmations -- Amazing things that happened yesterday -- How could I have made yesterday even better?" + "* %(format-time-string \"%H:%M\") %?\n%a\n%i" :clock-in t :clock-resume t)) (add-to-list 'org-capture-templates diff --git a/config/doom/snippets/org-mode/daily b/config/doom/snippets/org-mode/daily new file mode 100644 index 0000000..59a62c3 --- /dev/null +++ b/config/doom/snippets/org-mode/daily @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# name: daily +# key: daily +# -- +- Amazing things that happened yesterday +- How could I have made yesterday even better? +- Daily affirmations +- What would make today great + +- What am I *happy* about in my life now? What about that makes me happy? How does that make me feel? +- What am I excited about in my life now? What about that makes me excited? How does that make me feel? +- What am I *proud* about in my life now? What about that makes me proud? How does that make me feel? +- What am I *grateful* for in my life now? what about that makes me grateful? how does that make me feel? +- What am I *enjoying most* in my life right now? what about that do I enjoy? How does that make me feel? +- What am I *committed to* in my life right now? What about that make me committed? How does that make me feel? +- Who do I love? Who loves me? What about that makes me loving? How does that make me feel? + +- [ ] Timebox day
\ No newline at end of file |