diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 8297d13..e89039b 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -29,7 +29,8 @@ (tset vim.opt_local :foldenable false) (tset vim.opt_local :foldlevelstart 0) (tset vim.opt_local :foldlevel 0) - (tset vim.opt_local :conceallevel 2))}]]) + (tset vim.opt_local :conceallevel 2) + (tset vim.opt.local :concealcursor :nc))}]]) (fn init [] (let [cmds (require :util.cmds)] |