From 5216eaf9590fbf72e4ab6aa9f0ee35da8b5f7375 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Wed, 16 Apr 2025 08:33:35 +0200 Subject: [PATCH] frick that stuff dawg --- private_dot_config/doom/config.el | 8 ++++---- private_dot_config/doom/flycheck_config.el | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 50a361b..4f46270 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -216,10 +216,10 @@ ;; This ensures "scheduled" org items show up, and show up as start times (setq org-icalendar-use-scheduled '(todo-start)) ;; Add the delayed save hook with a five minute idle timer - (add-hook 'after-save-hook - (lambda () - (when (eq major-mode 'org-mode) - (org-caldav-sync-with-delay 300)))) + ;; (add-hook 'after-save-hook + ;; (lambda () + ;; (when (eq major-mode 'org-mode) + ;; (org-caldav-sync-with-delay 300)))) ;; Add the close emacs hook (add-hook 'kill-emacs-hook 'org-caldav-sync-at-close) (add-to-list 'org-caldav-todo-percent-states diff --git a/private_dot_config/doom/flycheck_config.el b/private_dot_config/doom/flycheck_config.el index 50a361b..4f46270 100644 --- a/private_dot_config/doom/flycheck_config.el +++ b/private_dot_config/doom/flycheck_config.el @@ -216,10 +216,10 @@ ;; This ensures "scheduled" org items show up, and show up as start times (setq org-icalendar-use-scheduled '(todo-start)) ;; Add the delayed save hook with a five minute idle timer - (add-hook 'after-save-hook - (lambda () - (when (eq major-mode 'org-mode) - (org-caldav-sync-with-delay 300)))) + ;; (add-hook 'after-save-hook + ;; (lambda () + ;; (when (eq major-mode 'org-mode) + ;; (org-caldav-sync-with-delay 300)))) ;; Add the close emacs hook (add-hook 'kill-emacs-hook 'org-caldav-sync-at-close) (add-to-list 'org-caldav-todo-percent-states