summaryrefslogtreecommitdiff
path: root/fnl/config/autocmd.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/autocmd.fnl')
-rw-r--r--fnl/config/autocmd.fnl4
1 files changed, 0 insertions, 4 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index 911d8dc..7c65654 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -3,10 +3,6 @@
(defn- autocmd [event opts] (nvim.create_autocmd event opts))
-(autocmd :User
- {:pattern :AlphaReady
- :command "set showtabline=0 | autocmd BufUnload <buffer> set showtabline=2"})
-
(autocmd :BufEnter
{:command "if winnr('$') == 1 && bufname() == 'NvimTree_' . tabpagenr() | quit | endif"})