a simple gratitude journal for org-mode
Gratitude bestows reverence, allowing us to encounter everyday epiphanies. - John Milton
All you need to do is define where you want your gratitude journal to be stored via the org-gratitude-dir
var and a new “Gratitude” template will be appended to your org-capture-templates
.
(use-package org-gratitude
:ensure org
:config
(setq org-gratitude-directory(quote ("~/Dropbox/org/gratitude/"))))