]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix lighter
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 19:54:57 +0000 (20:54 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 19:54:57 +0000 (20:54 +0100)
beacon.el

index a893a6b9f8763864cd45fd55c4f6ccbdfafcab87..39354765de8a20bb9cab9dc7962e732cae49ae34 100644 (file)
--- a/beacon.el
+++ b/beacon.el
@@ -246,9 +246,9 @@ If DELTA is nil, return nil."
 \f
 ;;; Minor-mode
 (defcustom beacon-lighter (cond
-                     ((char-displayable-p ?💡) "💡")
-                     ((char-displayable-p ?Λ) "Λ")
-                     (t "*"))
+                     ((char-displayable-p ?💡) " ðŸ’¡")
+                     ((char-displayable-p ?Λ) " Î›")
+                     (t " *"))
   "Lighter string used on the mode-line."
   :type 'string)