Allow to reset current text scaling directly

This is easier then adjusting the text scale manually until it reaches
zero.

The additional indentation fixes are bonus ;)
This commit is contained in:
Daniel - 2024-01-04 08:28:14 +01:00
parent 1f0f00ad2c
commit dc841d4790
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,8 @@
"
Zoom (%`text-scale-mode-amount): "
("g" text-scale-increase "increase")
("l" text-scale-decrease "decrease"))
("l" text-scale-decrease "decrease")
("0" (text-scale-adjust 0) "reset"))
(defhydra hydra-rectangle (:body-pre (rectangle-mark-mode 1)
:color pink