fix(emacs): use hl-line-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
70eed720ed
commit
aa7664bbcd
1 changed files with 2 additions and 1 deletions
|
@ -238,6 +238,7 @@
|
||||||
|
|
||||||
;; ====== Hooks ==============================
|
;; ====== Hooks ==============================
|
||||||
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
|
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
|
||||||
|
(add-hook 'prog-mode-hook #'hl-line-mode)
|
||||||
|
|
||||||
(add-hook 'racket-mode-hook #'lsp)
|
(add-hook 'racket-mode-hook #'lsp)
|
||||||
(add-hook 'rustic-mode-hook #'lsp)
|
(add-hook 'rustic-mode-hook #'lsp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue