This commit is contained in:
2024-04-21 19:42:31 +02:00
parent b004ed7ef2
commit 03355f272b

View File

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