From 4d3dc61c774bc5fe00692df5323ecae036c5a4a4 Mon Sep 17 00:00:00 2001 From: Proctor Date: Tue, 22 Apr 2025 11:15:00 -0500 Subject: [PATCH] nvim - orgmode ts grammer doesn't need to be setup --- nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl index f8c9eb5..7ca0e55 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl @@ -1,6 +1,6 @@ (module dotfiles.plugin.orgmode {autoload {orgmode orgmode}}) -(orgmode.setup_ts_grammar) +;;(orgmode.setup_ts_grammar) (orgmode.setup {:org_agenda_files ["~/Dropbox/org/*" "~/my-orgs/**/*"] :org_default_notes_file "~/Dropbox/org/refile.org"