diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-13 20:25:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-13 20:25:39 +0200 |
commit | 8b9610f7a1902a526287a7610032acffdf66864a (patch) | |
tree | 541d8b45bca15794f37a3b6d7f1b1946d96ea9b1 /fnl/plugins | |
parent | 3c6c3a2e58b6cd18ab4854a8674f89f75705897d (diff) |
Remove legacy code
Diffstat (limited to 'fnl/plugins')
-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) |