aboutsummaryrefslogtreecommitdiff
path: root/lua/denote/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/denote/config.lua')
-rw-r--r--lua/denote/config.lua11
1 files changed, 0 insertions, 11 deletions
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