diff options
Diffstat (limited to 'fnl/config/zen.fnl')
-rw-r--r-- | fnl/config/zen.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/zen.fnl b/fnl/config/zen.fnl index 543afe7..a7dbe6a 100644 --- a/fnl/config/zen.fnl +++ b/fnl/config/zen.fnl @@ -1,5 +1,5 @@ ;; Zen mode. -(module config.zen {autoload {: util}}) +(module config.zen {autoload {util config.util}}) (def- opts {:window {:backdrop 1 :height 0.8 @@ -11,4 +11,4 @@ :tmux {:enabled true} :twilight {:enabled true}}}) -(util.use-config :zen-mode opts) +(util.setup :zen-mode opts) |