summaryrefslogtreecommitdiffhomepage
path: root/exwm.org
diff options
context:
space:
mode:
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)