Enable hl-line-mode in special-mode buffers

This commit is contained in:
Henrik Lissner 2020-04-25 21:23:13 -04:00
parent db03746daf
commit 993888cd2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -419,7 +419,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(use-package! hl-line
;; Highlights the current line
:hook ((prog-mode text-mode conf-mode) . hl-line-mode)
:hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode)
:config
;; Not having to render the hl-line overlay in multiple buffers offers a tiny
;; performance boost. I also don't need to see it in other buffers.