From 03355f272b403398e2244ec0f9f61e9b17228a31 Mon Sep 17 00:00:00 2001 From: linlyboi Date: Sun, 21 Apr 2024 19:42:31 +0200 Subject: [PATCH] i forgor --- private_dot_config/doom/config.el | 2 ++ 1 file changed, 2 insertions(+) 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)