summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-30 23:11:53 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-30 23:11:53 +0100
commita1040dcd9c890ccca83e6e82ba2cd34b887f08fb (patch)
tree63bb9a553e8971372fad99343e215ab67fc74956 /fnl
parentf1b94063e11ddd5d61bc4dda919043cecf73c992 (diff)
Add autoload of file if it changes
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/autocmd.fnl4
1 files changed, 1 insertions, 3 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index 63b8474..d7f1229 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -51,6 +51,4 @@
(env.init nvim.g.aniseed#env)
(lazy.sync))})
-(create-autocmd :FileType
- {:pattern :netrw
- :command "nmap <silent> <buffer> h -^ | nmap <silent> <buffer> l <cr>"})
+(create-autocmd :FocusGained {:command :checktime})