From 1d27995957f02f5536ac1fd75c1175ce76237703 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 08:54:02 +0900 Subject: feat(options): remove redundant 'setv!' --- fnl/nvrc/options.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/options.fnl') diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl index d7ee172..8960178 100644 --- a/fnl/nvrc/options.fnl +++ b/fnl/nvrc/options.fnl @@ -1,4 +1,4 @@ -(import-macros {: set! : setv!} :nvrc.macro.set) +(import-macros {: set!} :nvrc.macro.set) (set! clipboard :unnamedplus) -- cgit 1.4.1