diff --git a/.gitignore b/.gitignore index 193d715..1554f47 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ sessions backup eshell /ido.last +tramp diff --git a/init/init-org.el b/init/init-org.el index 9dae23b..6bce2a4 100644 --- a/init/init-org.el +++ b/init/init-org.el @@ -19,9 +19,9 @@ ("j" "Journal" entry (file+datetree "~/org/notes.org") "* %?\n%U\n" :clock-in t :clock-resume t) ("e" "Mail To" entry (file+headline "~/org/notes.org" "E-mails") - "* TODO mailto:%?") + "* DONE mailto:%?") ("r" "Reply to" entry (file+headline "~/org/notes.org" "E-mails") - "* TODO mailto:%?"))) + "* DONE mailto:%?"))) (setq org-clock-persist 'history) (org-clock-persistence-insinuate)