summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-04 22:33:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-04 22:33:50 +0200
commit9b09bddfb8223f3b2f5d65a6d2af2e851bb3bbd1 (patch)
tree390c5c3a9a19c3efbad02e00d74e223454a27ebe /fnl
parent54bc640e1c4df9b9481e7cbec7b684a197b07db1 (diff)
fix(bootstrap): add require for packer and impatient
Diffstat (limited to 'fnl')
-rw-r--r--fnl/bootstrap.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/bootstrap.fnl b/fnl/bootstrap.fnl
index 89bd5df..4434003 100644
--- a/fnl/bootstrap.fnl
+++ b/fnl/bootstrap.fnl
@@ -26,5 +26,5 @@
(ensure :Olical :aniseed)
(ensure :lewis6991 :impatient.nvim)
-(config.packer)
-(config.impatient)
+(require :config.packer)
+(require :config.impatient)