feat(dired): allow global hl-line in dired-mode
This commit is contained in:
parent
0a12ccae49
commit
4eda9329aa
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
:init
|
||||
(defvar global-hl-line-modes
|
||||
'(prog-mode text-mode conf-mode special-mode
|
||||
org-agenda-mode)
|
||||
org-agenda-mode dired-mode)
|
||||
"What modes to enable `hl-line-mode' in.")
|
||||
:config
|
||||
;; 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