From eee6ca26932f4b1f2d448886ec3bed4a3eb9ed42 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 10 Nov 2011 08:45:44 +0000 Subject: [PATCH] display active screen number in Escreen a bit more clearly, specially when in a console --- helpers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers.el b/helpers.el index 004b015..0d37592 100644 --- a/helpers.el +++ b/helpers.el @@ -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)) " ")))