diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-16 12:19:40 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-16 12:19:40 +0200 |
commit | 948f885bd1780e95f10595d2b9b79ea0975b3bca (patch) | |
tree | 45cc6c9377846f74fa73e4723e62e5988c9d04e5 /src/prefs.c | |
parent | 78172bb4bd05f70d089a8025cd63fd72c7cccadc (diff) |
Strechability of non-justified lines: refinements.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c index 4b45b51e..a192c324 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -118,6 +118,7 @@ void a_Prefs_init(void) prefs.penalty_em_dash_left = 800; prefs.penalty_em_dash_right = 100; prefs.penalty_em_dash_right_2 = 800; + prefs.stretchability_factor = 100; } /* |