From 2c42d51c8efeaaeb842add2c13f33437497b5675 Mon Sep 17 00:00:00 2001 From: Daneel Date: Sun, 22 Feb 2026 15:06:24 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20default-text-scale-increment=20=E2=86=92?= =?UTF-8?q?=20default-text-scale-adjust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index fbfbd32..fadb750 100644 --- a/config.el +++ b/config.el @@ -738,7 +738,7 @@ Skips past the TODO keyword and optional priority indicator [#A]." (interactive) (if (null my/zoom-saved-delta) (message "Zoom: nothing to restore") - (default-text-scale-increment my/zoom-saved-delta) + (default-text-scale-adjust my/zoom-saved-delta) (setq my/zoom-total-delta my/zoom-saved-delta) (setq my/zoom-saved-delta nil) (my/zoom--msg)))