summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/colorscheme.fnl')
-rw-r--r--fnl/plugins/colorscheme.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl
index ba63274..a9ec124 100644
--- a/fnl/plugins/colorscheme.fnl
+++ b/fnl/plugins/colorscheme.fnl
@@ -4,7 +4,7 @@
:lsp {:underline false}
:match_paren {:underline true}}})
-(fn config []
+(λ config []
(let [plugin (require :no-clown-fiesta)]
(plugin.setup opts)
(plugin.load)))