summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/auto-session.fnl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/config/auto-session.fnl b/fnl/config/auto-session.fnl
index 62e28b4..7ca4eec 100644
--- a/fnl/config/auto-session.fnl
+++ b/fnl/config/auto-session.fnl
@@ -2,11 +2,11 @@
(module config.auto-session {autoload {: util}})
(def- auto-opts {:log_level :info
- :auto_session_enable_last_session false
+ :auto_session_enable_last_session true
:auto_session_root_dir (.. (vim.fn.stdpath :data) :/sessions/)
:auto_session_enabled true
- :auto_save_enabled nil
- :auto_restore_enabled nil
+ :auto_save_enabled true
+ :auto_restore_enabled true
:auto_session_suppress_dirs [(os.getenv :HOME)]
:auto_session_use_git_branch nil
:bypass_session_save_file_types [:alpha]})