Change unicode character for window number 0

This commit is contained in:
syl20bnr 2015-01-26 16:46:14 -05:00
parent 2ddaa0872e
commit 49552bd722

View file

@ -2090,7 +2090,7 @@ which require an initialization must be listed explicitly in the list.")
((equal str "7") "")
((equal str "8") "")
((equal str "9") "")
((equal str "0") " "))))
((equal str "0") " "))))
(defun spacemacs//window-numbering-assign (windows)
"Custom number assignment for special buffers."