parent
e538109635
commit
6d2b9ff100
1 changed files with 3 additions and 1 deletions
|
@ -392,7 +392,9 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
;; Highlights the current line
|
;; Highlights the current line
|
||||||
:hook (doom-first-buffer . global-hl-line-mode)
|
:hook (doom-first-buffer . global-hl-line-mode)
|
||||||
:init
|
:init
|
||||||
(defvar global-hl-line-modes '(prog-mode text-mode conf-mode special-mode)
|
(defvar global-hl-line-modes
|
||||||
|
'(prog-mode text-mode conf-mode special-mode
|
||||||
|
org-agenda-mode)
|
||||||
"What modes to enable `hl-line-mode' in.")
|
"What modes to enable `hl-line-mode' in.")
|
||||||
:config
|
:config
|
||||||
;; HACK I reimplement `global-hl-line-mode' so we can white/blacklist modes in
|
;; HACK I reimplement `global-hl-line-mode' so we can white/blacklist modes in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue