From 49552bd722c7360d478ab0238c326a50310dff88 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 26 Jan 2015 16:46:14 -0500 Subject: [PATCH] Change unicode character for window number 0 --- spacemacs/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index ec6ef70c5..ccfcb4e66 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -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."