diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index f541eae..45dceb6 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -166,6 +166,7 @@ ;; can take five or ten seconds, which would be painful if it did that right at save. ;; This way it just waits until you've been idle for a while to avoid disturbing ;; the user. + (setq-default org-caldav-inbox nil) (defvar org-caldav-sync-timer nil "Timer that `org-caldav-push-timer' used to reschedule itself, or nil.") (defun org-caldav-sync-with-delay (secs) @@ -297,6 +298,7 @@ (use-package! ox-extra :config (ox-extras-activate '(latex-header-blocks ignore-headlines))) + (setq-default org-startup-folded 'content) )) (setq-default cache-long-scans nil)