X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/59967b1fdbd0bc9551245cdd39a1689d5626c21d..2b3374047e2b358f81a25c5e156424c9fba99e2f:/nvim/lua/plugins/productivity.lua diff --git a/nvim/lua/plugins/productivity.lua b/nvim/lua/plugins/productivity.lua index a612c82..c7029b7 100644 --- a/nvim/lua/plugins/productivity.lua +++ b/nvim/lua/plugins/productivity.lua @@ -54,7 +54,7 @@ return { org_archive_location = "archive/%s_archive::", org_log_done = 'time', org_log_into_drawer = "LOGBOOK", - org_indent_mode = "noindent", + org_startup_indented = "noindent", org_tags_column = -80, -- flushright org_todo_keywords = { "TODO(t)", "NEXT(n)", "WAITING(w)", "|", "DONE", "CANCELLED" }, org_todo_keyword_faces = { @@ -113,8 +113,5 @@ SCHEDULED: %t end, }, }, - init = function() - require("orgmode").setup_ts_grammar() - end, }, }