Setup journal
This commit is contained in:
parent
2de66f389f
commit
e079c910b9
10
config.org
10
config.org
|
@ -10,6 +10,7 @@
|
||||||
- [[#cc][C/C++]]
|
- [[#cc][C/C++]]
|
||||||
- [[#org-mode][Org mode]]
|
- [[#org-mode][Org mode]]
|
||||||
- [[#agenda-setup][Agenda setup]]
|
- [[#agenda-setup][Agenda setup]]
|
||||||
|
- [[#journal][Journal]]
|
||||||
- [[#doom-specific][Doom specific]]
|
- [[#doom-specific][Doom specific]]
|
||||||
|
|
||||||
* Misc
|
* Misc
|
||||||
|
@ -121,6 +122,15 @@ during the day.
|
||||||
(setq org-agenda-start-with-log-mode t))
|
(setq org-agenda-start-with-log-mode t))
|
||||||
#+END_SRC
|
#+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 specific
|
||||||
|
|
||||||
Doom replaces the default tab behavior on headings, this restores the default
|
Doom replaces the default tab behavior on headings, this restores the default
|
||||||
|
|
3
init.el
3
init.el
|
@ -137,7 +137,8 @@
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;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
|
;;perl ; write code no one else can comprehend
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
|
Loading…
Reference in a new issue