added hold status on tasks in org
This commit is contained in:
parent
112ccae334
commit
4c25625738
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ require('nvim-treesitter.configs').setup({
|
|||
require('orgmode').setup({
|
||||
org_agenda_files = { "~/.vimwiki/org/**/*.org" },
|
||||
org_default_notes_file = '~/.vimwiki/org/refile.org',
|
||||
org_todo_keywords = {'TODO(t)', 'HOLD(h)', '|', 'DONE(d)'}
|
||||
})
|
||||
|
||||
require('cmp').setup({
|
||||
|
|
|
|||
Loading…
Reference in a new issue