summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-05 13:02:17 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-05 13:02:17 +0100
commit0ee09ef1d1128e507c68bb6e99b902e9c7d5d761 (patch)
tree8869e8d782d9f5cf616ccb820eb8451758fd5e4b /fnl/plugins
parent3b613e50e4a4765336c618b11e479985ed98a353 (diff)
Update event triggering persistence
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/persistence.fnl2
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}