AutoYADM commit: 2025-06-13 14:07:05

This commit is contained in:
Daniel Fichtinger 2025-06-13 14:07:05 -04:00
parent 7fd9131e71
commit 30d07da785
3 changed files with 42 additions and 17 deletions

View file

@ -95,7 +95,7 @@ bundle-noload kakoune-text-objects https://github.com/Delapouite/kakoune-text-ob
bundle smarttab.kak https://github.com/andreyorst/smarttab.kak %{
require-module smarttab
set-option global softtabstop 2
hook global BufCreate .* %{
hook global WinSetOption filetype=.* %{
editorconfig-load
autoconfigtab
}