From a0801748f703d1f3f8df5629bedbca574398be44 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 22 Dec 2018 01:29:34 -0500 Subject: [PATCH] [emacs] add alternative bindings for launching gnus{,-unplugged} --- init.org | 6 ++++-- 1 file 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 "") -- 2.20.1