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

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

[elpa] externals/ascii-art-to-unicode c6fac9c 12/42: fixup! [aa2u] Make


From: Stefan Monnier
Subject: [elpa] externals/ascii-art-to-unicode c6fac9c 12/42: fixup! [aa2u] Make weight dynamically customizable.
Date: Sun, 29 Nov 2020 18:57:05 -0500 (EST)

branch: externals/ascii-art-to-unicode
commit c6fac9c61f1ebc5dc56fb1d341160550d0bd65da
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    fixup! [aa2u] Make weight dynamically customizable.
---
 NEWS                    | 3 +++
 ascii-art-to-unicode.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index cefd797..ae86a66 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ NEWS for ascii-art-to-unicode.el
 See the end for copying conditions.
 
 
+- 1.7 | NOT YET RELEASED
+  - new var: ‘aa2u-uniform-weight’
+
 - 1.6 | 2014-05-09
   - fix regression for interactive invocation w/o active region
 
diff --git a/ascii-art-to-unicode.el b/ascii-art-to-unicode.el
index 89bcb92..c79245c 100644
--- a/ascii-art-to-unicode.el
+++ b/ascii-art-to-unicode.el
@@ -83,7 +83,7 @@
 (require 'cl-lib)
 (require 'pcase)
 
-(defvar aa2u-uniform-weight 'HEAVY
+(defvar aa2u-uniform-weight 'LIGHT
   "A symbol, either `LIGHT' or `HEAVY'.
 This specifies the weight of all the lines.")
 



reply via email to

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