diff options
Diffstat (limited to 'fnl/plugins/editor/persistence.fnl')
-rw-r--r-- | fnl/plugins/editor/persistence.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/persistence.fnl b/fnl/plugins/editor/persistence.fnl index 9e74eae..1939564 100644 --- a/fnl/plugins/editor/persistence.fnl +++ b/fnl/plugins/editor/persistence.fnl @@ -30,4 +30,4 @@ (local opts {:options [:buffers :curdir :tabpages :winsize :help]}) -{1 :folke/persistence.nvim :event :CmdlineEnter : init : keys : opts} +{1 :folke/persistence.nvim :event :BufReadPre : init : keys : opts} |