diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-01 14:36:34 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-01 14:36:34 -0400 |
commit | a0f283f1903877cd8fc0d25210fab138c4aff698 (patch) | |
tree | 95fe961f67f91cb894996a7368f765a91fc5c823 | |
parent | cb59adb2072ea48c97237307190d69b7849309f7 (diff) | |
download | configs-a0f283f1903877cd8fc0d25210fab138c4aff698.tar.gz configs-a0f283f1903877cd8fc0d25210fab138c4aff698.tar.xz configs-a0f283f1903877cd8fc0d25210fab138c4aff698.zip |
[emacs/gnus] remove gnus-{art,sum} rebindings of r and R
Don’t override binding of r and R in gnus-{article,summary}-mode-map.
When needed, I now use S L and S w for replying to lists and reply all
respectively.
-rw-r--r-- | init.org | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2322,8 +2322,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (concat local lapsed)))) (bind-keys :map gnus-article-mode-map - ("r" . gnus-article-reply-with-original) - ("R" . gnus-article-wide-reply-with-original) ("M-L" . org-store-link))) (use-feature gnus-sum @@ -2336,8 +2334,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :config (bind-keys :map gnus-summary-mode-map - ("r" . gnus-summary-reply-with-original) - ("R" . gnus-summary-wide-reply-with-original) ("M-L" . org-store-link)) :hook (gnus-summary-mode . a/no-mouse-autoselect-window)) |