From 10a47afa6a9db451074e43cd3e91028f9d36d4b0 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 7 Oct 2015 15:08:15 -0400 Subject: [PATCH] Add more config for todotxt-mode --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")