Use the minibuffer for the window micro-state.

Fixes #763 and #1479
This commit is contained in:
person808 2015-08-29 21:07:24 -10:00 committed by Eivind Fonn
parent 4ed200612d
commit 7bf2314172

View file

@ -445,6 +445,7 @@ Ensure that helm is required before calling FUNC."
(spacemacs|define-micro-state window-manipulation
:doc "[?] for help"
:evil-leader "w."
:use-minibuffer t
:bindings
("?" nil :doc (spacemacs//window-manipulation-full-doc))
("0" select-window-0 :doc (spacemacs//window-manipulation-number-doc))