layouts: highlight current layout in transient state

This commit is contained in:
Muneeb Shaikh 2016-03-03 13:57:56 +05:30 committed by Eivind Fonn
parent d3833db77b
commit cc544b1654

View file

@ -74,7 +74,7 @@
(caption (concat (number-to-string (if (eq 9 pos) 0 (1+ pos)))
":" string-name)))
(if current
(concat (when current "[") caption (when current "]"))
(propertize (concat "[" caption "]") 'face 'warning)
caption)))
(defun spacemacs//layouts-ms-doc ()