From ede5c88c6e451e14f94c56b7f301e9d1515e672d Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 8 Apr 2024 18:33:13 -0400 Subject: fix neorg so it works on v8.0.0 and make headlines stop overriding the neorg header bullet points --- after/plugin/headlines.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'after/plugin/headlines.lua') diff --git a/after/plugin/headlines.lua b/after/plugin/headlines.lua index fbb7146..be1ac57 100644 --- a/after/plugin/headlines.lua +++ b/after/plugin/headlines.lua @@ -12,7 +12,8 @@ headlines.setup { "@neorg.headings.4.title", "@neorg.headings.5.title", "@neorg.headings.6.title" - } + }, + bullets = { "", "", "", "" } }, markdown = { headline_highlights = { -- cgit v1.2.1