diff --git a/config.org b/config.org index b755801..81e3775 100644 --- a/config.org +++ b/config.org @@ -10,6 +10,7 @@ - [[#cc][C/C++]] - [[#org-mode][Org mode]] - [[#agenda-setup][Agenda setup]] + - [[#journal][Journal]] - [[#doom-specific][Doom specific]] * Misc @@ -121,6 +122,15 @@ during the day. (setq org-agenda-start-with-log-mode t)) #+END_SRC +** Journal + +For [[https://github.com/bastibe/org-journal][org-journal]] I want weekly entries (the default is ='daily=). + +#+BEGIN_SRC emacs-lisp +(after! org-journal + (setq org-journal-file-type 'weekly)) +#+END_SRC + ** Doom specific Doom replaces the default tab behavior on headings, this restores the default diff --git a/init.el b/init.el index 0ab2ed1..7dc6111 100644 --- a/init.el +++ b/init.el @@ -137,7 +137,8 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - org ; organize your plain life in plain text + (org ; organize your plain life in plain text + +journal) ;;perl ; write code no one else can comprehend ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more