summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-09-07 21:34:28 +0100
committerjao <jao@gnu.org>2026-09-07 21:37:46 +0100
commit5a0912802c8c6d76762c42558c511fcbff17e422 (patch)
tree0014575ac5d41f2273123bee7e648c35d4c17a68 /custom/jao-custom-gnus.el
parent45c15fdd38c0b9dde8099813137b2ebdea3ca3bc (diff)
downloadelibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.gz
elibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.bz2
jao-pdf: circular require fix
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el4
1 files changed, 2 insertions, 2 deletions
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)