Highlight background of current line number
This commit is contained in:
parent
83b1fe593d
commit
aa581dedac
4
init.el
4
init.el
|
@ -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))
|
|
||||||
|
|
Loading…
Reference in a new issue