emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 500222d 1/2: [Fix #18] Don't use char-displayable-p


From: Artur Malabarba
Subject: [elpa] master 500222d 1/2: [Fix #18] Don't use char-displayable-p
Date: Wed, 21 Oct 2015 21:40:37 +0000

branch: master
commit 500222d5378f55bbfd6f35cbb65107f2342bf3c3
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    [Fix #18] Don't use char-displayable-p
---
 beacon.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/beacon.el b/beacon.el
index de52875..68f2b40 100644
--- a/beacon.el
+++ b/beacon.el
@@ -5,7 +5,7 @@
 ;; Author: Artur Malabarba <address@hidden>
 ;; 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]