diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 01:13:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 01:13:03 +0200 |
commit | b240de4ab2f0aa5b4bd478ab38d1cdd851e6be7d (patch) | |
tree | e55476a825adb8940be8cea9dd2f23ce9bbefe2f /fnl | |
parent | b22f5715b951a62673890bdb98da3413cd0656c6 (diff) |
Remove events to mitigate org errors
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/minibar.fnl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl index 7a6945a..4c599ce 100644 --- a/fnl/config/minibar.fnl +++ b/fnl/config/minibar.fnl @@ -15,9 +15,7 @@ :NeogitNotification :NeogitCommitView :spectre_panel] - :events [:CursorMoved - :CursorHold - :BufWinEnter + :events [:BufWinEnter :BufFilePost :InsertEnter :BufWritePost |