From: Stefan Huber Date: Fri, 7 Sep 2018 16:44:45 +0000 (+0200) Subject: Add WONT state for org-mode X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=f84dce6b72fe8edad77f378776b2be0be244e628 Add WONT state for org-mode --- diff --git a/init.vim b/init.vim index 6d828c5..219ad2f 100644 --- a/init.vim +++ b/init.vim @@ -97,7 +97,7 @@ au Filetype tex set shiftwidth=2 au BufRead,BufNewFile *.plt set filetype=gnuplot :let g:org_todo_keywords = [['TODO(t)', 'WAITING(w)', '|', 'DONE(d)'], - \ ['|', 'OBSOLETE(o)'], + \ ['|', 'OBSOLETE(o)', 'WONT(n)'], \ ['CANCELED(c)']] " Trailing whitespace