Switch mode-line toggle meanings

This commit is contained in:
David Hashe 2015-11-16 15:48:01 -06:00 committed by Eivind Fonn
parent 7dd57eb845
commit 16d6b0363c
1 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,9 @@ Ensure that helm is required before calling FUNC."
:documentation "Maximize the current frame."
:evil-leader "TM")
(spacemacs|add-toggle mode-line
:status hidden-mode-line-mode
:on (hidden-mode-line-mode)
:off (hidden-mode-line-mode -1)
:status (not hidden-mode-line-mode)
:on (hidden-mode-line-mode -1)
:off (hidden-mode-line-mode)
:documentation "Toggle the visibility of modeline."
:evil-leader "tmt")
(spacemacs|add-toggle transparent-frame