From d404c84963783d3ad8a79855ac4513230ab157d2 Mon Sep 17 00:00:00 2001 From: Martin Sukany Date: Sun, 22 Feb 2026 23:21:15 +0100 Subject: [PATCH] updated comments --- config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index 8331ecf..2e3cdfd 100644 --- a/config.el +++ b/config.el @@ -828,5 +828,5 @@ Keeps the status bar and tab bar fully visible at any zoom level.") :desc "Zoom in (×1.5)" "+" #'my/zoom-in :desc "Zoom in (×1.5)" "=" #'my/zoom-in :desc "Zoom out (÷1.5)" "-" #'my/zoom-out - :desc "Reset na výchozí" "0" #'my/zoom-reset - :desc "Restore předchozí" "z" #'my/zoom-restore)) + :desc "Reset" "0" #'my/zoom-reset + :desc "Restore previous magnification" "z" #'my/zoom-restore))