Add hlinum package to highlight current line in linum-mode

This commit is contained in:
2018-05-30 12:30:57 +01:00
parent dcfaccd920
commit 3ce9ec46a1

View File

@@ -42,5 +42,8 @@
(set-face-attribute 'vertical-border nil
:foreground (doom-darken (doom-color 'vertical-bar) 0.1)))
(use-package hlinum
:hook (linum-mode . hlinum-activate))
(provide 'siren-theme-doom-vibrant)
;;; siren-theme-doom-vibrant.el ends here