Org mode: todo states with fastmode TODO STARTED PLANNING | DONE UNPLANNED

This commit is contained in:
2024-10-11 21:08:53 +02:00
parent 7ffd390cb4
commit 151a7e5833

View File

@@ -86,6 +86,7 @@ require("lazy").setup({
require('orgmode').setup({
org_agenda_files = '~/orgfiles/**/*',
org_default_notes_file = '~/orgfiles/refile.org',
org_todo_keywords = {'TODO(t)', 'STARTED(s)', 'PLANNED(p)', '|', 'DONE(d)', 'UNPLANNED(u)' },
})
-- NOTE: If you are using nvim-treesitter with ~ensure_installed = "all"~ option