Skip to content

Commit

Permalink
add NOTES_DIRECTORY default value in config
Browse files Browse the repository at this point in the history
  • Loading branch information
tardypad committed Aug 30, 2017
1 parent e44434d commit 673d39e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is an example configuration file for notes
# This is an example configuration file for notes
# To use it, copy to ~/.config/notes/config
# This config is case sensitive

Expand All @@ -9,4 +9,7 @@
# QUICKNOTE_FORMAT="%Y-%m-%d"

# Set extension to plain txt instead of markdown
#NOTES_EXT="txt"
# NOTES_EXT="txt"

# Define the directory where notes are stored
# NOTES_DIRECTORY=~/notes

0 comments on commit 673d39e

Please sign in to comment.