Set hl-mode in prog mode

This commit is contained in:
Tobias Ostner 2024-04-19 09:19:22 +02:00
parent 3dec4a2eba
commit bbf1534474

View file

@ -322,6 +322,10 @@
:bind (("C-h f" . helpful-callable) :bind (("C-h f" . helpful-callable)
("C-h v" . helpful-variable))) ("C-h v" . helpful-variable)))
(use-package hl-line
:ensure nil
:hook (prog-mode . hl-line-mode))
(use-package js2-mode (use-package js2-mode
:defer t :defer t
:custom :custom