emacs: tweak some bindings
authorAmin Bandali <mab@gnu.org>
Tue, 28 Jan 2020 00:22:13 +0000 (19:22 -0500)
committerAmin Bandali <mab@gnu.org>
Tue, 28 Jan 2020 00:22:13 +0000 (19:22 -0500)
.emacs.d/init.el

index 1b484e1..95b1f87 100644 (file)
@@ -1187,8 +1187,8 @@ This function is intended for use with `ivy-ignore-buffers'."
           ("\\.flac\\'" "mpv")))
   :bind (:map dired-mode-map
               ("b"  . dired-up-directory)
-              ("e"  . dired-ediff-files)
-              ("E"  . dired-toggle-read-only)
+              ("E"  . dired-ediff-files)
+              ("e"  . dired-toggle-read-only)
               ("\\" . dired-hide-details-mode)
               ("z"  . (lambda ()
                         (interactive)
@@ -2128,9 +2128,9 @@ This function is intended for use with `ivy-ignore-buffers'."
  read-mail-command 'gnus)
 
 (use-package gnus
-  :bind (("s-m"     . gnus)
+  :bind (("s-m"     . gnus-plugged)
          ("s-M"     . gnus-unplugged)
-         ("C-c a m" . gnus)
+         ("C-c a m" . gnus-plugged)
          ("C-c a M" . gnus-unplugged))
   :init
   (setq