Add default value for transient-state dotspacemacs variables

This commit is contained in:
syl20bnr 2016-01-31 23:53:52 -05:00
parent b149f4e13a
commit 065f45f83f
1 changed files with 2 additions and 2 deletions

View File

@ -201,9 +201,9 @@ values."
;; the transparency level of a frame when it's inactive or deselected.
;; Transparency can be toggled through `toggle-transparency'. (default 90)
dotspacemacs-inactive-transparency 90
;; If non nil show the titles of transient states.
;; If non nil show the titles of transient states. (default t)
dotspacemacs-show-transient-state-title t
;; If non nil show the color guide hint for transient state keys
;; If non nil show the color guide hint for transient state keys. (default t)
dotspacemacs-show-transient-state-color-guide t
;; If non nil unicode symbols are displayed in the mode line. (default t)
dotspacemacs-mode-line-unicode-symbols t