From c41f25fa0d1c882d3dd484d10666b5341dec5c92 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 13 Jan 2023 01:49:50 +0100 Subject: Refactor --- fnl/settings/usercmds.fnl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fnl/settings/usercmds.fnl') diff --git a/fnl/settings/usercmds.fnl b/fnl/settings/usercmds.fnl index 14020af..002e1b2 100644 --- a/fnl/settings/usercmds.fnl +++ b/fnl/settings/usercmds.fnl @@ -6,9 +6,6 @@ theme (. opts :theme)] ((. telescope builtin) ((. themes theme) opts)))) -(fn create-usercmd [event cmd opts] - (vim.api.nvim_create_user_command event cmd opts)) - (local usercmds [[:OrgAgendaPrompt (lambda [] (let [orgmode (require :orgmode)] @@ -87,4 +84,4 @@ (each [_ usercmd (ipairs usercmds)] (match usercmd - [event cmd opts] (create-usercmd event cmd opts))) + [event cmd opts] (vim.api.nvim_create_user_command event cmd opts))) -- cgit v1.2.3-70-g09d2