]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: remove deprecated config for orgmode
authorSamir Benmendil <me@rmz.io>
Thu, 4 Apr 2024 15:12:02 +0000 (16:12 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 4 Apr 2024 15:12:02 +0000 (16:12 +0100)
nvim/lua/plugins/productivity.lua

index a612c82789e969bc83ed9b61a80f3e84fe2f0a70..c7029b79ca9c0962260ca9d1f1e115436fa45924 100644 (file)
@@ -54,7 +54,7 @@ return {
       org_archive_location = "archive/%s_archive::",
       org_log_done = 'time',
       org_log_into_drawer = "LOGBOOK",
       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 = {
       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,
       },
     },
         end,
       },
     },
-    init = function()
-      require("orgmode").setup_ts_grammar()
-    end,
   },
 }
   },
 }