From: Amin Bandali Date: Sat, 22 Dec 2018 06:29:34 +0000 (-0500) Subject: [emacs] add alternative bindings for launching gnus{,-unplugged} X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/a0801748f703d1f3f8df5629bedbca574398be44 [emacs] add alternative bindings for launching gnus{,-unplugged} --- 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 "")