Set window-numbering-auto-assign-0-to-minibuffer to nil

Resolves #459
This commit is contained in:
syl20bnr 2015-01-20 21:16:33 -05:00
parent db09ca3d9c
commit 5617df5732

View file

@ -2078,6 +2078,7 @@ which require an initialization must be listed explicitly in the list.")
(when (configuration-layer/package-declaredp 'powerline)
(defun window-numbering-install-mode-line (&optional position)
"Do nothing, the display is handled by the powerline."))
(setq window-numbering-auto-assign-0-to-minibuffer nil)
(evil-leader/set-key
"0" 'select-window-0
"1" 'select-window-1