diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 7f853cf..aeffbb5 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -158,7 +158,7 @@ ;; This way it just waits until you've been idle for a while to avoid disturbing ;; the user. (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) (when org-caldav-sync-timer (cancel-timer org-caldav-sync-timer)) diff --git a/private_dot_config/doom/packages.el b/private_dot_config/doom/packages.el index c5d450c..33ae413 100644 --- a/private_dot_config/doom/packages.el +++ b/private_dot_config/doom/packages.el @@ -41,7 +41,7 @@ ;(package! builtin-package :pin "1a2b3c4d5e") (package! org-roam-ui) (package! chezmoi) -;(package! org-caldav) +(package! org-caldav) (package! telega) ;; Doom's packages are pinned to a specific commit and updated from release to