diff options
Diffstat (limited to 'fnl/plugins/editor/orgmode.fnl')
-rw-r--r-- | fnl/plugins/editor/orgmode.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/orgmode.fnl b/fnl/plugins/editor/orgmode.fnl index 3ffbd32..ed7d2a5 100644 --- a/fnl/plugins/editor/orgmode.fnl +++ b/fnl/plugins/editor/orgmode.fnl @@ -22,8 +22,8 @@ {:pattern :org :callback (fn [] (tset vim.opt_local :foldenable false) - (tset vim.opt_local :foldlevelstart 99) - (tset vim.opt_local :foldlevel 99) + (tset vim.opt_local :foldlevelstart 0) + (tset vim.opt_local :foldlevel 0) (tset vim.opt_local :conceallevel 2) (tset vim.opt_local :concealcursor :nc))}]]) |