update hook to hl-line-mode

This commit is contained in:
Jason Tian 2024-07-11 17:56:20 +08:00
parent 416f8354e6
commit 7746fe3da4

View file

@ -6,7 +6,8 @@
;; highlight current line
(dolist (hook '(
prog-mode-hook
text-mode-hook
;; text-mode-hook
org-agenda-finalize-hook
))
(add-hook hook #'hl-line-mode))