Add more config for todotxt-mode
This commit is contained in:
parent
7c63d85a83
commit
10a47afa6a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user