diff options
Diffstat (limited to 'exwm.org')
-rw-r--r-- | exwm.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |