1
0
Fork 0

fix: highlight current line

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-23 20:45:50 -04:00
parent dbbecd4e1e
commit 0154875734
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -33,7 +33,7 @@
;; Line ;; Line
(add-hook 'prog-mode-hook #'display-line-numbers-mode) (add-hook 'prog-mode-hook #'display-line-numbers-mode)
(hl-line-mode -1) (hl-line-mode 1)
(line-number-mode 1) (line-number-mode 1)
(column-number-mode 1) (column-number-mode 1)
(size-indication-mode 1) (size-indication-mode 1)