about summary refs log tree commit diff
path: root/fnl/nvrc/ignite.fnl
blob: a57fd0e8addbf018e40905a13f76fa813ace4914 (plain)
1
2
3
4
5
6
7
8
9
10
; 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 "")