diff --git a/.doom.d/config.org b/.doom.d/config.org index ef14642..543fb54 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -705,6 +705,16 @@ Load shared code snippets to be used in org documents. (use-package! ox-tufte :after ox) #+end_src +** Journal +#+begin_src emacs-lisp + (use-package org-journal + :if (f-dir? "~/org-aweber") + :custom + (org-journal-date-prefix "#+title: ") + (org-journal-file-format "%Y-%m-%d.org") + (org-journal-dir "~/org-aweber") + (org-journal-date-format "%A, %d %B %Y")) +#+end_src * Eshell ** Change directory in the context of a remote host #+begin_src emacs-lisp diff --git a/.doom.d/init.el b/.doom.d/init.el index 0c4bf63..ae733bf 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -135,6 +135,7 @@ +dragndrop ; file drag & drop support +hugo ; use Emacs for hugo blogging +ipython ; ipython support for babel + +journal ; a simple personal diary / journal +pandoc ; pandoc integration into org's exporter ;;+pomodoro ; be fruitful with the tomato technique +present ; using Emacs for presentations