summaryrefslogtreecommitdiff
path: root/fnl/config/persistence.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/persistence.fnl')
-rw-r--r--fnl/config/persistence.fnl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/config/persistence.fnl b/fnl/config/persistence.fnl
index ad93131..e1368f1 100644
--- a/fnl/config/persistence.fnl
+++ b/fnl/config/persistence.fnl
@@ -1,6 +1,5 @@
;; Session manager.
-(module config.persistence {autoload {util config.util}})
-(def- opts {:options [:buffers :curdir :tabpages :winsize :help]})
+(local opts {:options [:buffers :curdir :tabpages :winsize :help]})
-(util.setup :persistence opts)
+{1 :folke/persistence.nvim :event :VeryLazy :config opts}