From b77b541e3acf5d6e62014e3f91b9d6d3adac759f Mon Sep 17 00:00:00 2001 From: sooheon Date: Fri, 18 Mar 2016 21:30:49 +0900 Subject: [PATCH] Allow = to be used to increase transparency -,= is easy to go back and forth, without needing to press shift for +. --- layers/+distribution/spacemacs-base/keybindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+distribution/spacemacs-base/keybindings.el b/layers/+distribution/spacemacs-base/keybindings.el index 95d57e05b..6e69f3a1c 100644 --- a/layers/+distribution/spacemacs-base/keybindings.el +++ b/layers/+distribution/spacemacs-base/keybindings.el @@ -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))