From 0191b61ed0be4ca66f79196bc4cba5585e6c0254 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 16 Oct 2022 19:45:07 +0000 Subject: [PATCH] org journal properly Signed-off-by: Xe --- common/users/cadey/spacemacs/spacemacs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/common/users/cadey/spacemacs/spacemacs b/common/users/cadey/spacemacs/spacemacs index 52ba55f..1e54bb3 100644 --- a/common/users/cadey/spacemacs/spacemacs +++ b/common/users/cadey/spacemacs/spacemacs @@ -53,7 +53,11 @@ values." sql html systemd - org + (org :variables + org-enable-org-journal-support t + org-journal-dir "~/org/journal/" + org-journal-date-prefix "#+TITLE: " + org-journal-time-prefix "* ") rust shell spell-checking @@ -84,7 +88,6 @@ values." elpher weechat deno-fmt - org-journal darkroom) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() @@ -413,11 +416,6 @@ 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