diff options
| author | jao <jao@gnu.org> | 2026-09-07 21:34:28 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-07 21:37:46 +0100 |
| commit | 5a0912802c8c6d76762c42558c511fcbff17e422 (patch) | |
| tree | 0014575ac5d41f2273123bee7e648c35d4c17a68 /custom/jao-custom-notmuch.el | |
| parent | 45c15fdd38c0b9dde8099813137b2ebdea3ca3bc (diff) | |
| download | elibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.gz elibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.bz2 | |
jao-pdf: circular require fix
Diffstat (limited to 'custom/jao-custom-notmuch.el')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 06908e8..7315e7c 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -320,7 +320,7 @@ ;;; hello (defun jao-notmuch-refresh-agenda () (interactive) - (save-window-excursion (calendar) (jao-org-agenda))) + (save-window-excursion (calendar) (jao-afio-org-agenda))) (defun jao-notmuch-hello-first () (interactive) |
