diff options
| author | michael <none> | 2019-11-23 14:42:49 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-11-23 17:50:25 +0100 |
| commit | f9a6596e0db7dddfa381755fd2fb78e652e2d336 (patch) | |
| tree | d5bd86917e465fa0395d381be4bfc3ab2d5993ae /modes/gnus | |
| parent | 63ad52dd5de6e3293ed93837121ec9b33af6ffd4 (diff) | |
Remove duplicate binding of C-k in gnus config
C-k is already bound to gnus-summary-prev-article.
Diffstat (limited to 'modes/gnus')
| -rw-r--r-- | modes/gnus/evil-collection-gnus.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modes/gnus/evil-collection-gnus.el b/modes/gnus/evil-collection-gnus.el index e871183..3e64b71 100644 --- a/modes/gnus/evil-collection-gnus.el +++ b/modes/gnus/evil-collection-gnus.el @@ -133,7 +133,6 @@ "E" 'gnus-summary-mark-as-expirable (kbd "M-u") 'gnus-summary-clear-mark-forward (kbd "M-U") 'gnus-summary-clear-mark-backward - (kbd "C-k") 'gnus-summary-kill-same-subject (kbd "M-C-k") 'gnus-summary-kill-thread (kbd "M-C-l") 'gnus-summary-lower-thread "e" 'gnus-summary-edit-article |
