aboutsummaryrefslogtreecommitdiff
path: root/lua/simple-denote/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/simple-denote/config.lua')
-rw-r--r--lua/simple-denote/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/simple-denote/config.lua b/lua/simple-denote/config.lua
index ad7dffc..efd69c0 100644
--- a/lua/simple-denote/config.lua
+++ b/lua/simple-denote/config.lua
@@ -5,7 +5,7 @@ M.defaults = {
dir = "~/notes/",
add_heading = true,
retitle_heading = true,
- heading_char = ""
+ heading_char = "" -- This gets set automatically
}
M.options = M.defaults