mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
display active screen number in Escreen a bit more clearly, specially when in a console
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
(concat emphased (if (= escreen-current-screen-number s)
|
||||
(propertize (number-to-string s)
|
||||
;;'face 'custom-variable-tag) " ")
|
||||
'face 'info-title-3)
|
||||
;;'face 'font-lock-warning-face)
|
||||
;;'face 'info-title-3)
|
||||
'face 'font-lock-warning-face)
|
||||
;;'face 'secondary-selection)
|
||||
(number-to-string s))
|
||||
" ")))
|
||||
|
||||
Reference in New Issue
Block a user