kela rotta
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user