diff options
author | jao <jao@gnu.org> | 2025-09-19 19:16:17 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 19:20:20 +0100 |
commit | 2f4d326b7ee1a1e1e3a8e0d88c2751522645495f (patch) | |
tree | 41178715907958566aa7ce6f632b3aeebe948392 /lib/eos/jao-afio.el | |
parent | 4ffc5fa01a0285177d1313d04684ffb9d73cc0da (diff) | |
download | elibs-2f4d326b7ee1a1e1e3a8e0d88c2751522645495f.tar.gz elibs-2f4d326b7ee1a1e1e3a8e0d88c2751522645495f.tar.bz2 |
gnus: making three panes work on darwin
Diffstat (limited to 'lib/eos/jao-afio.el')
-rw-r--r-- | lib/eos/jao-afio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 10e9115..4506bd8 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -122,10 +122,10 @@ ;;;###autoload (defun jao-afio-open-gnus () (interactive) - (delete-other-windows) (jao-org-agenda) (calendar) (find-file (expand-file-name "inbox.org" org-directory)) + (delete-other-windows) (gnus) (jao-gnus--set-summary-line)) |