From 5296bfb8595acc998eba13c4267a4a47950ce4fa Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 3 Jun 2024 01:14:59 -0300 Subject: [PATCH] radio: files: kak: Remove indentation highlighter on the *scratch* buffer --- home-environments/radio/files/.config/kak/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-environments/radio/files/.config/kak/kakrc b/home-environments/radio/files/.config/kak/kakrc index 20fb876..d1685c5 100644 --- a/home-environments/radio/files/.config/kak/kakrc +++ b/home-environments/radio/files/.config/kak/kakrc @@ -299,7 +299,7 @@ hook global BufOpenFile .* %{ hook global BufCreate '\*scratch\*' %{ add-highlighter buffer/ wrap -indent -word -marker '↩' - add-highlighter buffer/ show-whitespaces -tab '→' + add-highlighter buffer/ show-whitespaces -indent '' -tab '→' } # Set highlighters for scratch buffers hook global InsertCompletionShow .* %{