Add more config for todotxt-mode

This commit is contained in:
Adam Goldsmith 2015-10-07 15:08:15 -04:00
parent 7c63d85a83
commit 10a47afa6a

View File

@ -139,7 +139,9 @@
(smart-tabs-insinuate 'c 'c++ 'javascript))
(use-package todotxt-mode
:config
(setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt")))
(setq todotxt-default-file (expand-file-name "~/Sync/todo/todo.txt"))
(setq todotxt-default-archive-file (expand-file-name "~/Sync/todo/done.txt"))
(setq todotxt-due-tag "due"))
(use-package tex-site
:config
(setq TeX-command-extra-options "-shell-escape")