et: call (todotxt-open-file) in emacs instead of opening file directly
This commit is contained in:
parent
556212827a
commit
0a3981c226
3
et
3
et
@ -3,4 +3,5 @@
|
|||||||
[ "$1" = "usage" ] && echo " et" && echo " Edit the todo.txt file with emacsclient -t" && exit 0
|
[ "$1" = "usage" ] && echo " et" && echo " Edit the todo.txt file with emacsclient -t" && exit 0
|
||||||
shift
|
shift
|
||||||
|
|
||||||
emacsclient -t "$TODO_DIR/todo.txt"
|
#emacsclient -t "$TODO_DIR/todo.txt"
|
||||||
|
emacsclient -ce '(todotxt-open-file)'
|
||||||
|
Loading…
Reference in New Issue
Block a user