kela rotta

This commit is contained in:
2023-10-11 19:20:27 +03:00
parent 906a89e438
commit 720c96e203
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@
;; 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.
(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)
(when org-caldav-sync-timer (when org-caldav-sync-timer
(cancel-timer org-caldav-sync-timer)) (cancel-timer org-caldav-sync-timer))

View File

@@ -41,7 +41,7 @@
;(package! builtin-package :pin "1a2b3c4d5e") ;(package! builtin-package :pin "1a2b3c4d5e")
(package! org-roam-ui) (package! org-roam-ui)
(package! chezmoi) (package! chezmoi)
;(package! org-caldav) (package! org-caldav)
(package! telega) (package! telega)
;; Doom's packages are pinned to a specific commit and updated from release to ;; Doom's packages are pinned to a specific commit and updated from release to