aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc/macro
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/macro')
-rw-r--r--fnl/nvrc/macro/color.fnl5
1 files changed, 1 insertions, 4 deletions
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!}