summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNullspoon <nullspoon@iohq.net>2014-08-26 21:36:39 -0600
committerNullspoon <nullspoon@iohq.net>2014-08-26 21:36:39 -0600
commit10bbead7152b98e79b475b823ed49c233d27e805 (patch)
tree2947cc9b547d05bd7fe4706f54da57b0d02ede85
parent48ced77c5542ccb1d587c90052c0b1cdf80ad0a4 (diff)
downloadnoteless-10bbead7152b98e79b475b823ed49c233d27e805.tar.gz
noteless-10bbead7152b98e79b475b823ed49c233d27e805.tar.xz
Updated sample.conf
Commented out path now that there is a sane default. Now that file can just be copied verbatim to the right location with no modifications and it will work.
-rw-r--r--sample.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample.conf b/sample.conf
index 7ff5973..f9b631f 100644
--- a/sample.conf
+++ b/sample.conf
@@ -2,7 +2,8 @@
# Required keys are "path" and "extension"
# Path to store the notes in
-path = /home/username/Documents/Notes
+# Note required as the default is ~/Documents/Notes
+#path = /home/username/Documents/Notes
# Extension of all notes
extension = mdown

Generated by cgit