From 080d4eb5e354f98363a4b1d8f6a692299c54c389 Mon Sep 17 00:00:00 2001
From: Julian T <julian@jtle.dk>
Date: Sun, 9 Oct 2022 11:46:29 +0200
Subject: Switch to arch and 2 spaces for tabs

---
 kakoune/.config/kak/kakrc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'kakoune/.config/kak')

diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc
index 0393024..bb9a004 100644
--- a/kakoune/.config/kak/kakrc
+++ b/kakoune/.config/kak/kakrc
@@ -9,9 +9,9 @@ map global user l %{: enter-user-mode lsp<ret>} -docstring "LSP mode"
 # General stuff
 colorscheme gruvbox-dark
 
-# hook global InsertChar \t %{ exec -draft -itersel h@ }
-set global tabstop 4
-set global indentwidth 4
+hook global InsertChar \t %{ exec -draft -itersel h@ }
+set global tabstop 2
+set global indentwidth 2
 
 map global insert <c-w> '<a-;><a-/>\S+\s*<ret><a-;>d'
 map global insert <tab> '.<a-;>><backspace>'
-- 
cgit v1.2.3