Skip to content

Commit 673d39e

Browse files
committed
add NOTES_DIRECTORY default value in config
1 parent e44434d commit 673d39e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is an example configuration file for notes
1+
# This is an example configuration file for notes
22
# To use it, copy to ~/.config/notes/config
33
# This config is case sensitive
44

@@ -9,4 +9,7 @@
99
# QUICKNOTE_FORMAT="%Y-%m-%d"
1010

1111
# Set extension to plain txt instead of markdown
12-
#NOTES_EXT="txt"
12+
# NOTES_EXT="txt"
13+
14+
# Define the directory where notes are stored
15+
# NOTES_DIRECTORY=~/notes

0 commit comments

Comments
 (0)