summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-22 01:29:34 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-22 01:29:34 -0500
commita0801748f703d1f3f8df5629bedbca574398be44 (patch)
tree6bdff5e439bdec3fa7b7b9ac2ed991cf603ea135
parent6b569be8ec0676eea617779d5d752079d5ca193b (diff)
downloadconfigs-a0801748f703d1f3f8df5629bedbca574398be44.tar.gz
configs-a0801748f703d1f3f8df5629bedbca574398be44.tar.xz
configs-a0801748f703d1f3f8df5629bedbca574398be44.zip
[emacs] add alternative bindings for launching gnus{,-unplugged}
Diffstat (limited to '')
-rw-r--r--init.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.org b/init.org
index 70e3a06..ebfdf83 100644
--- a/init.org
+++ b/init.org
@@ -1984,8 +1984,10 @@ Hopefully temporary.
read-mail-command 'gnus)
(use-package gnus
- :bind (("s-m" . gnus)
- ("s-M" . gnus-unplugged))
+ :bind (("C-c m" . gnus)
+ ("C-c M" . gnus-unplugged)
+ ("s-m" . gnus)
+ ("s-M" . gnus-unplugged))
:init
(setq
gnus-select-method '(nnnil "")