summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 0ad2abc..47fe63a 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -266,7 +266,7 @@
(defun jao-notmuch-refresh-agenda ()
(interactive)
- (save-window-excursion (org-agenda-list)))
+ (save-window-excursion (jao-org-agenda)))
(defun jao-notmuch-hello-first ()
(interactive)
@@ -284,7 +284,7 @@
(let ((jao-minibuffer-inhibit t))
(save-window-excursion
(calendar)
- (when agenda (org-agenda-list))))
+ (when agenda (jao-org-agenda))))
(unless (widget-at) (jao-notmuch-hello-first))
(jao-minibuffer-refresh))))