From 5a0912802c8c6d76762c42558c511fcbff17e422 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 7 Sep 2026 21:34:28 +0100 Subject: jao-pdf: circular require fix --- custom/jao-custom-gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/jao-custom-gnus.el') diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 7e7172b..dddc209 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -717,7 +717,7 @@ (defun jao-gnus--on-summary-exit () (when (> (setq exit-count (+ 1 exit-count)) 20) (setq exit-count 0) - (jao-org-agenda)) + (jao-afio-org-agenda)) (jao-gnus--notify))) (add-hook 'gnus-summary-exit-hook #'jao-gnus--on-summary-exit) @@ -766,7 +766,7 @@ (defun jao-gnus-refresh-workspace () (interactive) - (save-window-excursion (calendar) (jao-org-agenda))) + (save-window-excursion (calendar) (jao-afio-org-agenda))) ;;;; gnus-icalendar (require 'ol-gnus) -- cgit v1.2.3