diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/ignite.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/ignite.fnl b/fnl/nvrc/ignite.fnl index 04f416b..ce4f46a 100644 --- a/fnl/nvrc/ignite.fnl +++ b/fnl/nvrc/ignite.fnl @@ -1,6 +1,9 @@ ; Get the rocket going +(import-macros {: set!} :nvrc.macro.set) (require :nvrc.options) (require :nvrc.pack) (require :nvrc.keymaps) (require :nvrc.events) + +(set! shadafile "") |