update hook to hl-line-mode
This commit is contained in:
parent
416f8354e6
commit
7746fe3da4
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue