fixed setkeys bug

This commit is contained in:
2017-04-22 00:07:08 +02:00
parent 59bffd0b29
commit 389fc1e64d

View File

@@ -27,12 +27,3 @@
(global-set-key [(control next)] 'gcm-scroll-down)
(global-set-key [(control prior)] 'gcm-scroll-up)
(defun my-gnus-group-list-subscribed-groups ()
"List all subscribed groups with or without un-read messages"
(interactive)
(gnus-group-list-all-groups 5))
(define-key gnus-group-mode-map
;; list all the subscribed groups even they contain zero un-read messages
(kbd "o") 'my-gnus-group-list-subscribed-groups)