about summary refs log tree commit diff
path: root/fnl/nvrc/ignite.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-10 00:26:50 +0900
committersefidel <contact@sefidel.net>2022-02-10 00:26:50 +0900
commit26bb3be1c460be53ad0b85da858fdd6576eef1b4 (patch)
tree0ff24c879649baa002824e7424e75b6c57999483 /fnl/nvrc/ignite.fnl
parent704288bc04c53a2a94173387fd453ea5ec366dab (diff)
downloadnvimrc-26bb3be1c460be53ad0b85da858fdd6576eef1b4.tar.gz
nvimrc-26bb3be1c460be53ad0b85da858fdd6576eef1b4.zip
chore: revert shadafile after startup
Diffstat (limited to 'fnl/nvrc/ignite.fnl')
-rw-r--r--fnl/nvrc/ignite.fnl3
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 "")