From 1bf7bc5b79636814db73a9148998c72fbe554d58 Mon Sep 17 00:00:00 2001 From: workhorse Date: Mon, 3 Jun 2024 16:47:42 -0400 Subject: Fixed heading config --- lua/denote/config.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lua/denote/config.lua (limited to 'lua/denote/config.lua') diff --git a/lua/denote/config.lua b/lua/denote/config.lua deleted file mode 100644 index fe0d6ee..0000000 --- a/lua/denote/config.lua +++ /dev/null @@ -1,11 +0,0 @@ -local M = {} - -M.defaults = { - ext = "md", - dir = "~/notes/", - new_heading_on_retitle = true, -} - -M.options = M.defaults - -return M -- cgit v1.2.3