adjust org todo logging lightly

This commit is contained in:
KemoNine 2023-02-12 16:43:34 -05:00
parent 967ed27703
commit 1877dbd50e
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,8 @@
(setq org-startup-folded t)
(setq org-support-shift-select t)
(setq org-src-fontify-natively t)
(setq org-log-into-drawer t)
(setq org-log-done t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ox-hugo for blog
@ -130,6 +132,7 @@
(setq org-habit-following-days 7)
(setq org-agenda-span 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; helm specific org adjustments
(load "~/.emacs.d.profiles/common/helm-org.el")