mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:23:17 -09:00
init fnl config w aniseed
This commit is contained in:
parent
070218bc91
commit
4bf170219c
10
.config/nvim/fnl/init.fnl
Normal file
10
.config/nvim/fnl/init.fnl
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
(module fnl-config
|
||||||
|
{require {a aniseed.core}})
|
||||||
|
|
||||||
|
(defn hi
|
||||||
|
[]
|
||||||
|
(a.println "Hello, World!"))
|
||||||
|
|
||||||
|
(defn add
|
||||||
|
[a b]
|
||||||
|
(+ a b))
|
Loading…
x
Reference in New Issue
Block a user