Revert "[gnus] Add G prefix to evil state"

This reverts commit 7ec33ba974.
This commit is contained in:
duianto 2019-08-30 01:07:13 +02:00
parent c5c63f48ca
commit 424d029190
2 changed files with 1 additions and 4 deletions

View File

@ -1552,8 +1552,6 @@ Other:
**** Gnus
- Key bindings:
- Added ~g r~ for =gnus-group-get-new-news= (thanks to Matthew Leach)
- Added ~G~ for the prefix =gnus-group-group-map= in evil state
(thanks to duianto)
**** Go
- Improved go test output buffer behavior (thanks to Denis Bernard)
- Configurable extra arguments to go run (thanks to Enze Chi)

View File

@ -77,8 +77,7 @@
(add-to-list 'nnmail-extra-headers nnrss-url-field)
(evilified-state-evilify gnus-group-mode gnus-group-mode-map
(kbd "g r") 'gnus-group-get-new-news
(kbd "G") 'gnus-group-group-map)
(kbd "g r") 'gnus-group-get-new-news)
(evilified-state-evilify gnus-server-mode gnus-server-mode-map)
(evilified-state-evilify gnus-browse-mode gnus-browse-mode-map)
(evilified-state-evilify gnus-article-mode gnus-article-mode-map)