diff options
Diffstat (limited to 'fnl/plugins/orgmode.fnl')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 0be49c7..ac04863 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -70,7 +70,6 @@ (fn config [] (let [orgmode (require :orgmode) bullets (require :org-bullets)] - (orgmode.setup_ts_grammar) (orgmode.setup opts) (bullets.setup {:concealcursor true :symbols {:list (. icons :line) |