X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/59967b1fdbd0bc9551245cdd39a1689d5626c21d..2ef730d1d16c764586b02528fd4fb6677aad3e39:/nvim/lua/plugins/productivity.lua?ds=inline 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, }, }