From f98bb630c4bc3562749ffe6b5d18c6a06955af36 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 6 Mar 2022 20:44:10 +0900
Subject: feat!: UI rewrite

---
 fnl/nvrc/macro/color.fnl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'fnl/nvrc/macro')

diff --git a/fnl/nvrc/macro/color.fnl b/fnl/nvrc/macro/color.fnl
index d481fc9..70e23ee 100644
--- a/fnl/nvrc/macro/color.fnl
+++ b/fnl/nvrc/macro/color.fnl
@@ -5,8 +5,5 @@
   "Add a highlighting group."
   `(vim.api.nvim_set_hl 0 ,group ,colset))
 
-(fn link! [group link]
-  "Link a highlighting group."
-  (highlight! group {:link link}))
 
-{: highlight! : link!}
+{: highlight!}
-- 
cgit 1.4.1