Cleaning indentation and mix of tabs/spaces, nothing else I swear ;-)
Signed-off-by: ginatrapani <ginatrapani@gmail.com>
This commit is contained in:
committed by
ginatrapani
parent
25c6505007
commit
586abe8282
12
todo.cfg
12
todo.cfg
@@ -1,14 +1,14 @@
|
||||
# === EDIT FILE LOCATIONS BELOW ===
|
||||
|
||||
# Your todo.txt directory
|
||||
#TODO_DIR="/Users/gina/Documents/todo"
|
||||
TODO_DIR="C:/Documents and Settings/gina/My Documents"
|
||||
#TODO_DIR="/Users/gina/Documents/todo"
|
||||
TODO_DIR="C:/Documents and Settings/gina/My Documents"
|
||||
|
||||
# Your todo/done/report.txt locations
|
||||
TODO_FILE="$TODO_DIR/todo.txt"
|
||||
DONE_FILE="$TODO_DIR/done.txt"
|
||||
REPORT_FILE="$TODO_DIR/report.txt"
|
||||
TMP_FILE="$TODO_DIR/todo.tmp"
|
||||
TODO_FILE="$TODO_DIR/todo.txt"
|
||||
DONE_FILE="$TODO_DIR/done.txt"
|
||||
REPORT_FILE="$TODO_DIR/report.txt"
|
||||
TMP_FILE="$TODO_DIR/todo.tmp"
|
||||
|
||||
# == EDIT FILE LOCATIONS ABOVE ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user