diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-10-19 11:44:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-10-19 11:44:43 +0200 |
commit | f4cbb8a8b901bf9f5eb7739f5cf866f5b3f1f9bf (patch) | |
tree | 0c2148a3db71f4b30dd568c41491a39f36be30e6 | |
parent | 11002b7baa2462a88ad5ec4398acdd7572269960 (diff) |
Update conceal in org files
-rw-r--r-- | fnl/plugins/editor/orgmode.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/editor/orgmode.fnl b/fnl/plugins/editor/orgmode.fnl index 81239ee..0628401 100644 --- a/fnl/plugins/editor/orgmode.fnl +++ b/fnl/plugins/editor/orgmode.fnl @@ -27,8 +27,7 @@ (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 :concealcursor :nc))}]]) + (tset vim.opt_local :conceallevel 2))}]]) (fn init [] (let [cmds (require :util.cmds)] |