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 ===
|
# === EDIT FILE LOCATIONS BELOW ===
|
||||||
|
|
||||||
# Your todo.txt directory
|
# Your todo.txt directory
|
||||||
#TODO_DIR="/Users/gina/Documents/todo"
|
#TODO_DIR="/Users/gina/Documents/todo"
|
||||||
TODO_DIR="C:/Documents and Settings/gina/My Documents"
|
TODO_DIR="C:/Documents and Settings/gina/My Documents"
|
||||||
|
|
||||||
# Your todo/done/report.txt locations
|
# Your todo/done/report.txt locations
|
||||||
TODO_FILE="$TODO_DIR/todo.txt"
|
TODO_FILE="$TODO_DIR/todo.txt"
|
||||||
DONE_FILE="$TODO_DIR/done.txt"
|
DONE_FILE="$TODO_DIR/done.txt"
|
||||||
REPORT_FILE="$TODO_DIR/report.txt"
|
REPORT_FILE="$TODO_DIR/report.txt"
|
||||||
TMP_FILE="$TODO_DIR/todo.tmp"
|
TMP_FILE="$TODO_DIR/todo.tmp"
|
||||||
|
|
||||||
# == EDIT FILE LOCATIONS ABOVE ===
|
# == EDIT FILE LOCATIONS ABOVE ===
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user