ADDED: new configfile parameter PrintLines (default: YES), which

controls wether listings are separated by horizontal lines.
This commit is contained in:
TLINDEN
2012-02-10 20:32:00 +01:00
parent 8779f24249
commit 7b47e6bb10
29 changed files with 7513 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# note 1.3.1 -*- sh -*-
# note 1.3.3 -*- sh -*-
#
# This is a sample config for the note script
# There are useful defaults set in note itself.
@@ -232,6 +232,13 @@ ReadOnly = NO
#
# Note separates titles and topics using horizontal lines when
# listing them. You can turn off this behavior by setting
# PrintLines to NO.
# The default is: YES
PrintLines = YES
#
#