summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-10-19 11:44:43 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-10-19 11:44:43 +0200
commitf4cbb8a8b901bf9f5eb7739f5cf866f5b3f1f9bf (patch)
tree0c2148a3db71f4b30dd568c41491a39f36be30e6 /fnl/plugins
parent11002b7baa2462a88ad5ec4398acdd7572269960 (diff)
Update conceal in org files
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/orgmode.fnl3
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)]