From f73c979a96756fb4a3bbb90541caab4de485c0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 19 May 2021 09:53:09 +0200 Subject: move daily journal template to yasnippet --- config/doom/config.org | 9 +-------- config/doom/snippets/org-mode/daily | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 config/doom/snippets/org-mode/daily 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 -- cgit v1.2.3