summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/packer.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/packer.fnl b/fnl/config/packer.fnl
index ccc9ad8..0bd8aef 100644
--- a/fnl/config/packer.fnl
+++ b/fnl/config/packer.fnl
@@ -6,4 +6,5 @@
(when ok?
(packer.init {
:display {
- :open_fn (fn [] ((require :packer.util).float {:border :rounded}))}})))
+ :open_fn (fn []
+ ((require :packer.util).float {:border :rounded}))}})))