Highlight background of current line number

This commit is contained in:
eriedaberrie 2023-02-22 09:20:00 -08:00
parent 83b1fe593d
commit aa581dedac

View file

@ -571,6 +571,7 @@
:demand t :demand t
:custom-face :custom-face
(mode-line ((t (:font "DejaVu Sans Mono")))) (mode-line ((t (:font "DejaVu Sans Mono"))))
(line-number-current-line ((t (:inherit hl-line))))
:custom :custom
(catppuccin-flavor 'mocha)) (catppuccin-flavor 'mocha))
@ -737,5 +738,4 @@ goggles-pulse and pixel-scroll-precision-mode."
(pixel-scroll-precision-mode (if bat-status 0 1))))) (pixel-scroll-precision-mode (if bat-status 0 1)))))
(when battery-status-function (when battery-status-function
(run-with-timer 30 30 #'my-bat-check) (run-with-timer 0 30 #'my-bat-check))
(add-hook 'emacs-startup-hook #'my-bat-check))