]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/beacon/beacon.el
Merge commit '500222d5378f55bbfd6f35cbb65107f2342bf3c3'
[gnu-emacs-elpa] / packages / beacon / beacon.el
index de52875c6504014e011046ed9c07c82bb1f09c90..68f2b40989df48be21be3c9bd386b2fe9ecbf25b 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; URL: https://github.com/Malabarba/beacon
 ;; Keywords: convenience
-;; Version: 0.2
+;; Version: 0.2.1
 ;; Package-Requires: ((seq "1.9"))
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -350,9 +350,9 @@ unreliable, so just blink immediately."
 ;;; 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)