diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-04 16:21:35 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-04 16:21:35 +0100 |
commit | 8afba72f530204939a15a7843c9ef28611b4ee66 (patch) | |
tree | 59d3f703d14a39819e822d8eb576d47ccfceb5fd /fnl | |
parent | 61182c27d6a9d3880c55a0e2c9a9d73f72c36065 (diff) |
Remove stabilize config
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/stabilize.fnl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/fnl/config/stabilize.fnl b/fnl/config/stabilize.fnl deleted file mode 100644 index 5ac2a7f..0000000 --- a/fnl/config/stabilize.fnl +++ /dev/null @@ -1,15 +0,0 @@ -;; Stabilize window open/close events. -(module config.stabilize {autoload {util config.util}}) - -(def- opts {:force true - ;; stabilize window even when current cursor position will be hidden behind new window - :forcemark nil - ;; set context mark to register on force event which can be jumped to with '<forcemark> - :ignore {;; do not manage windows matching these file/buftypes - :filetype [:help :list :Trouble] - :buftype [:terminal :quickfix :loclist]} - :nested nil - ;; comma-separated list of autocmds that wil trigger the plugins window restore function - }) - -(util.setup :stabilize opts) |