feat(dired): allow global hl-line in dired-mode

This commit is contained in:
Anh T Nguyen 2022-03-19 22:41:05 +07:00 committed by GitHub
parent 0a12ccae49
commit 4eda9329aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,7 +362,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
:init :init
(defvar global-hl-line-modes (defvar global-hl-line-modes
'(prog-mode text-mode conf-mode special-mode '(prog-mode text-mode conf-mode special-mode
org-agenda-mode) org-agenda-mode dired-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