From 8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 17 Apr 2021 23:16:19 +0100 Subject: configurable MUA in afio --- exwm.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exwm.org') 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) -- cgit v1.2.3