From 672d8efde6808e428827bfb21586bf769f8248ad Mon Sep 17 00:00:00 2001 From: HumanEntity Date: Mon, 25 Dec 2023 12:27:58 +0100 Subject: Exposed user cmd --- lua/denote/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/denote/init.lua b/lua/denote/init.lua index 942c8d8..5d7528b 100644 --- a/lua/denote/init.lua +++ b/lua/denote/init.lua @@ -1,3 +1,4 @@ local M = require("denote.api") +require("denote.cmd") return M -- cgit v1.2.3