summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnu.org>2014-05-09 18:43:01 +0200
committerThien-Thi Nguyen <ttn@gnu.org>2014-05-09 18:43:01 +0200
commitc6fac9c61f1ebc5dc56fb1d341160550d0bd65da (patch)
tree54bdf8c7589d4e720f81a38676616d3ad37d51a1
parent45094dea14f880065dcaa68a9262aa08a13ec3a8 (diff)
fixup! [aa2u] Make weight dynamically customizable.
-rw-r--r--NEWS3
-rw-r--r--ascii-art-to-unicode.el2
2 files changed, 4 insertions, 1 deletions
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.")