Setup hl-line-mode.

Disable global mode and enable automatically on dired-mode.
This commit is contained in:
KJ
2023-06-24 13:22:35 -04:00
parent 6e1b1b74f5
commit 1e5e583b40
2 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@
(use-package dired-sidebar
:straight t
:defer t
:hook (dired-mode . hl-line-mode)
:ensure t
:bind ([f9] . dired-sidebar-toggle-sidebar)
:commands (dired-sidebar-toggle-sidebar)