diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/tools/orgmode.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/plugins/tools/orgmode.fnl b/fnl/plugins/tools/orgmode.fnl index be96fd7..bb67b88 100644 --- a/fnl/plugins/tools/orgmode.fnl +++ b/fnl/plugins/tools/orgmode.fnl @@ -13,8 +13,6 @@ (fn setup [] (let [orgmode (require :orgmode)] - (tset vim.opt :conceallevel 2) - (tset vim.opt :concealcursor :nc) (orgmode.setup_ts_grammar) (orgmode.setup opts))) |