From f3765e36164a4b63ac90847a8541d72176893b2b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 14 Jun 2025 19:45:12 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-14 19:45:12 --- .config/kak/autoload/filetype.kak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/kak/autoload/filetype.kak b/.config/kak/autoload/filetype.kak index 421d6fa7..2038f78f 100644 --- a/.config/kak/autoload/filetype.kak +++ b/.config/kak/autoload/filetype.kak @@ -14,10 +14,10 @@ hook global WinSetOption filetype=latex %{ hook -group latex-auto-format window BufWritePre .* %{ try format } - # hook -once -always window WinSetOption filetype=.* %{ - # unset-option window formatcmd - # remove-hooks window latex-auto-format - # } + hook -once -always window WinSetOption filetype=.* %{ + unset-option window formatcmd + remove-hooks window latex-auto-format + } } hook global WinSetOption filetype=go %{