diff options
| author | Yuchen Pei <id@ypei.org> | 2023-09-15 09:56:24 +1000 | 
|---|---|---|
| committer | Yuchen Pei <id@ypei.org> | 2023-09-15 09:56:24 +1000 | 
| commit | 41739f32b8bfb5c35fe6a7f2961eda3596fd5e51 (patch) | |
| tree | 06b37f9482ec5f62efeba50c024249b81231ac68 /emacs | |
| parent | 0f372daeaf8dff840dbf8bf943d87b3e9b63c053 (diff) | |
[emacs] R to wide reply in gnus
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init/ycp-gnus.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/emacs/.emacs.d/init/ycp-gnus.el b/emacs/.emacs.d/init/ycp-gnus.el index 8c3f15e..4e40603 100644 --- a/emacs/.emacs.d/init/ycp-gnus.el +++ b/emacs/.emacs.d/init/ycp-gnus.el @@ -159,6 +159,7 @@      "m" #'gnus-summary-post-news      "k" #'my-gnus-trash-article-like-mu4e      "r" #'gnus-article-reply-with-original +    "R" #'gnus-article-wide-reply-with-original      "." #'gnus-summary-show-raw-article)    (setq gnus-sum-thread-tree-root ""          gnus-sum-thread-tree-single-leaf "└>" | 
