From b0a2d223724d9f22c66513f849f5929b466c98f1 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index bc85926..1b06768 100644 --- a/init.el +++ b/init.el @@ -707,6 +707,7 @@ (use-package catppuccin-theme :demand t :custom-face + (hl-line ((t (:inherit default)))) (line-number-current-line ((t (:inherit hl-line)))) :custom (catppuccin-flavor 'mocha)