summaryrefslogtreecommitdiff
path: root/fnl/config/persistence.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:05:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 20:05:49 +0100
commite4da06e19c072322573c916fa6bdda8827a59e6c (patch)
tree3960a010470c59d62b783b22dedc971439c484c8 /fnl/config/persistence.fnl
parent68719ee058a302a4bda697b6a39ebfd5fefb06fc (diff)
Refactor with opts
Diffstat (limited to 'fnl/config/persistence.fnl')
-rw-r--r--fnl/config/persistence.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/persistence.fnl b/fnl/config/persistence.fnl
index e1368f1..0238897 100644
--- a/fnl/config/persistence.fnl
+++ b/fnl/config/persistence.fnl
@@ -2,4 +2,4 @@
(local opts {:options [:buffers :curdir :tabpages :winsize :help]})
-{1 :folke/persistence.nvim :event :VeryLazy :config opts}
+{1 :folke/persistence.nvim :event :VeryLazy :opts opts}