Set hl-mode in prog mode
This commit is contained in:
parent
3dec4a2eba
commit
bbf1534474
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue