summaryrefslogtreecommitdiff
path: root/fnl/config/impatient.fnl
blob: fda96a43d15f60a05d884c288eece818cea275a8 (plain)
1
2
3
4
5
6
;; Speeds up loading of plugins.
(module config.impatient
  {autoload {util util}})

(let [impatient (util.load-plugin :impatient)]
  (impatient.enable_profile))