about summary refs log tree commit diff
path: root/fnl/nvrc/ignite.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 13:14:11 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:17:47 +0900
commit4152f871951afdede2db2a08acff85aea2999c06 (patch)
tree12a799645030fd38b5af7a42863127f4647724db /fnl/nvrc/ignite.fnl
parentee0fbc01827d8136fd8499772c1e1038b309609e (diff)
downloadnvimrc-4152f871951afdede2db2a08acff85aea2999c06.tar.gz
nvimrc-4152f871951afdede2db2a08acff85aea2999c06.zip
feat!: reduce bloatness
Diffstat (limited to 'fnl/nvrc/ignite.fnl')
-rw-r--r--fnl/nvrc/ignite.fnl7
1 files changed, 1 insertions, 6 deletions
diff --git a/fnl/nvrc/ignite.fnl b/fnl/nvrc/ignite.fnl
index a57fd0e..58f3414 100644
--- a/fnl/nvrc/ignite.fnl
+++ b/fnl/nvrc/ignite.fnl
@@ -1,10 +1,5 @@
 ; Get the rocket going
-(import-macros {: set!} :nvrc.macro.set)
-
-((. (require :nvrc.colors) :apply) :jellybeans)
 (require :nvrc.options)
-(require :nvrc.pack)
 (require :nvrc.keymaps)
 (require :nvrc.events)
-
-(set! shadafile "")
+(require :nvrc.pack)