diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-02 21:22:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-02 21:22:45 +0200 |
commit | 72a18a764a1ba585c218f76bd8d42c19e7802b5f (patch) | |
tree | 1992627e28dd7df36a95c338f715572f78fcbf9f /fnl/settings | |
parent | ec5b6675916204c738eee9d17d547045a00b1d3f (diff) |
Format
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/autocmds.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/settings/autocmds.fnl b/fnl/settings/autocmds.fnl index 9e2f6d7..b2a065c 100644 --- a/fnl/settings/autocmds.fnl +++ b/fnl/settings/autocmds.fnl @@ -12,8 +12,7 @@ [:FileType {:pattern [:gitcommit :markdown] :command "setlocal wrap"}] [:VimResized {:command "tabdo wincmd ="}] - [[:FocusGained :BufEnter] - {:command :checktime}] + [[:FocusGained :BufEnter] {:command :checktime}] [[:InsertLeave :WinEnter] {:callback (λ [] (let [cursorline (require :settings.cursorline)] |