summaryrefslogtreecommitdiff
path: root/fnl/init.fnl
blob: 96c1aedf46345d78382038b5d2564c4b7726e2a8 (plain)
1
2
3
4
5
6
;; Install, load settings, and load plugin configs.
(module init
  {require {
      _ install
      _ settings
      _ config}})