From ba42524c3dbe9e59d6621d3ce02fb5dbc39126ff Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 7 Jan 2023 13:00:10 +0100 Subject: Add persistence config --- fnl/config/persistence.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fnl/config/persistence.fnl (limited to 'fnl/config') 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) -- cgit v1.2.3-70-g09d2