diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-27 19:22:13 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-27 19:22:13 -0500 |
commit | b1ed18e4b2d3de3d58b86ab025875ab84ed92bb2 (patch) | |
tree | aa934737b9dcf7fab4602a823097a84053996bc5 | |
parent | 9ed5410ebfb55d1d8c8e38901c9328b0289406a3 (diff) | |
download | configs-b1ed18e4b2d3de3d58b86ab025875ab84ed92bb2.tar.gz configs-b1ed18e4b2d3de3d58b86ab025875ab84ed92bb2.tar.xz configs-b1ed18e4b2d3de3d58b86ab025875ab84ed92bb2.zip |
emacs: tweak some bindings
-rw-r--r-- | .emacs.d/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1b484e1..95b1f87 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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 |