Allow = to be used to increase transparency

-,= is easy to go back and forth, without needing to press shift for +.
This commit is contained in:
sooheon 2016-03-18 21:30:49 +09:00 committed by Eivind Fonn
parent cbb376de9e
commit b77b541e3a

View file

@ -595,6 +595,7 @@ otherwise it is scaled down."
:title "Frame Transparency Transient State"
:bindings
("+" spacemacs/increase-transparency "increase")
("=" spacemacs/increase-transparency "increase")
("-" spacemacs/decrease-transparency "decrease")
("T" spacemacs/toggle-transparency "toggle")
("q" nil "quit" :exit t))