diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 25eb5f3..2c47bf6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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")