summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-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})