summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-02 02:37:20 +0100
committerjao <jao@gnu.org>2022-09-02 02:37:20 +0100
commit2c6afef1f6bb75097bd192ccb8a88489da4eb063 (patch)
tree656149d9ccab329a71780fb71f8265e100b588f8 /custom/jao-custom-email.el
parent68d9a048cdd05d19fe79f87a2ec32dde14fd282b (diff)
downloadelibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.gz
elibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.bz2
afio frame toggling and clean-ups
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index f35925b..83707ee 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -293,7 +293,7 @@
:history 'jao-mail-consult-buffer-history
:action (lambda (b)
(when (not (string-blank-p (or b "")))
- (jao-afio--goto-mail)
+ (jao-afio-goto-mail)
(if (get-buffer-window b)
(pop-to-buffer b)
(pop-to-buffer-same-window b))))