X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/9cebbd53fc6188d6640bc895261b2a68ccafce45..a0801748f703d1f3f8df5629bedbca574398be44:/init.org diff --git a/init.org b/init.org index b144736..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 "") @@ -2269,4 +2271,5 @@ Display how long it took to load the init file. * COMMENT Local Variables :ARCHIVE: # Local Variables: # eval: (add-hook 'after-save-hook #'amin/async-babel-tangle 'append 'local) +# eval: (typo-mode -1) # End: