summaryrefslogtreecommitdiff
path: root/fnl/config/minibar.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/minibar.fnl')
-rw-r--r--fnl/config/minibar.fnl9
1 files changed, 3 insertions, 6 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl
index fddb71c..f64188f 100644
--- a/fnl/config/minibar.fnl
+++ b/fnl/config/minibar.fnl
@@ -1,15 +1,12 @@
-(module config.minibar {autoload {: util}})
+(module config.minibar {autoload {util config.util}})
(def- opts {:ignore-filetypes [:help
- :startify
:harpoon
- :dashboard
:packer
:neogitstatus
:Trouble
- :alpha
- :lir
:org
+ :netrw
:Outline
:NeogitStatus
:NeogitCommitMessage
@@ -25,4 +22,4 @@
:InsertEnter
:BufWritePost]})
-(util.use-config :minibar opts)
+(util.setup :minibar opts)