Skip to content

Commit

Permalink
Always highlight the current line in gnus groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 9, 2024
1 parent 5ca29f0 commit aabfd52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,9 @@ This function serves multiple purposes:

(add-hook 'gnus-group-mode-hook #'gnus-topic-mode)

;; Always highlight the current line in gnus groups.
(add-hook 'gnus-group-mode-hook (lambda () (hl-line-mode 1)))

;;;;; MML documents
;; Reuse the encryption keys specified for `epa-file-encrypt-to' when signing.
(setq mml-secure-openpgp-signers epa-file-encrypt-to)
Expand Down

0 comments on commit aabfd52

Please sign in to comment.