summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
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)