From 97718b1458d5cee72f292d05ecab93aa809b1175 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 24 Sep 2023 17:17:15 +0200 Subject: Set fold level to 0 --- fnl/plugins/editor/orgmode.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl') 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))}]]) -- cgit v1.2.3-70-g09d2