From 5d969593c7b5465dc6141ef06d55f1b631dd7b17 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Fri, 27 Sep 2024 11:44:08 -0700 Subject: [PATCH] Fix font size of current line number when zooming in or out --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index bc85926..17b0207 100644 --- a/init.el +++ b/init.el @@ -707,7 +707,7 @@ (use-package catppuccin-theme :demand t :custom-face - (line-number-current-line ((t (:inherit hl-line)))) + (line-number-current-line ((t (:inherit (hl-line default))))) :custom (catppuccin-flavor 'mocha) (catppuccin-highlight-matches t)