summaryrefslogtreecommitdiffhomepage
path: root/exwm.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-17 23:16:19 +0100
committerjao <jao@gnu.org>2021-04-17 23:16:19 +0100
commit8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4 (patch)
tree07dc3a8576f28b774e9f5ff826548a442fe94d80 /exwm.org
parent3d6a8ed794357e9764fe7281c2070601be6daae0 (diff)
downloadelibs-8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4.tar.gz
elibs-8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4.tar.bz2
configurable MUA in afio
Diffstat (limited to 'exwm.org')
-rw-r--r--exwm.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm.org b/exwm.org
index eb8e81e..9e989df 100644
--- a/exwm.org
+++ b/exwm.org
@@ -213,7 +213,7 @@
(if jao-exwm--use-afio
(cl-case n
((1) (jao-afio--goto-main))
- ((2) (jao-afio--goto-gnus))
+ ((2) (jao-afio--goto-mail))
((3) (jao-afio--goto-www))
((4) (jao-afio--goto-docs))
((5) (jao-afio--goto-scratch-1))
@@ -501,7 +501,7 @@
exwm-input-global-keys
'(([?\s-0] . jao-afio--goto-scratch)
([?\s-1] . jao-afio--goto-main)
- ([?\s-2] . jao-afio--goto-gnus)
+ ([?\s-2] . jao-afio--goto-mail)
([?\s-3] . jao-afio--goto-www)
([?\s-4] . jao-afio--goto-docs)
([?\s-A] . org-agenda-list)