Setup journal

This commit is contained in:
Antoine Martin 2020-04-11 17:24:30 +02:00
parent 2de66f389f
commit e079c910b9
2 changed files with 12 additions and 1 deletions

View file

@ -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

View file

@ -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