add init file for todotxt-mode

This commit is contained in:
Adam Goldsmith 2015-06-11 00:12:59 -04:00
parent e623d724c2
commit e2856fe5cd
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
(require 'todotxt-mode)
(setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt"))