From 993888cd2b27e1e29376d891bb82aa0e12318150 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Apr 2020 21:23:13 -0400 Subject: [PATCH] Enable hl-line-mode in special-mode buffers --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index ebbe798a1..6ff9e85ba 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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.