From 614cac35fb68e6de27be0532cb476fdc3f2bc90a Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 16 Oct 2022 19:27:46 +0000 Subject: [PATCH] org journal better Signed-off-by: Xe --- common/users/cadey/spacemacs/spacemacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/users/cadey/spacemacs/spacemacs b/common/users/cadey/spacemacs/spacemacs index 80feef0..52ba55f 100644 --- a/common/users/cadey/spacemacs/spacemacs +++ b/common/users/cadey/spacemacs/spacemacs @@ -413,7 +413,12 @@ you should place your code here." ;; deno (add-hook 'typescript-mode-hook 'deno-fmt-mode) (add-hook 'js2-mode-hook 'deno-fmt-mode) - ) + + (org/init-org-journal) + + ;; org-journal + (setq org-journal-dir "~/org/daily/") +) ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions.