summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-01-05 08:51:09 -0700
committerAaron Ball <nullspoon@oper.io>2017-01-05 08:51:09 -0700
commitdfe98a8c3ad77770bf94886d346ee1b5b997eaa1 (patch)
tree5199f7c6aa53920f3638cfece88f5560876796de
parenta6ffeb5f93682ce7490c7d5fc5b376d07bc03cd9 (diff)
downloadnoteless-dfe98a8c3ad77770bf94886d346ee1b5b997eaa1.tar.gz
noteless-dfe98a8c3ad77770bf94886d346ee1b5b997eaa1.tar.xz
sample.conf:Updated syntax to match what's loaded
The conf syntax was updated a while back but the sample config wasn't (oops).
-rw-r--r--sample.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/sample.conf b/sample.conf
index 5406978..4428d6d 100644
--- a/sample.conf
+++ b/sample.conf
@@ -6,12 +6,12 @@
# Path to store the notes in
# Default: ~/Documents/Notes
-#path = /home/username/Documents/Notes
+#path /home/username/Documents/Notes
# Extension of all notes
# Default: mdown
-#extension = mdown
+#extension mdown
# Path to the editor
# Default: vi (unless environmental variable EDITOR is set)
-# editor = vim
+#editor vim

Generated by cgit