diff options
| -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  | 
