diff options
Diffstat (limited to 'fnl/config/persistence.fnl')
-rw-r--r-- | fnl/config/persistence.fnl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/persistence.fnl b/fnl/config/persistence.fnl new file mode 100644 index 0000000..ad93131 --- /dev/null +++ b/fnl/config/persistence.fnl @@ -0,0 +1,6 @@ +;; Session manager. +(module config.persistence {autoload {util config.util}}) + +(def- opts {:options [:buffers :curdir :tabpages :winsize :help]}) + +(util.setup :persistence opts) |