My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

config/kak: set whitespace for meson to 2 spaces

yemou 7c4b87bd c4aee6a2

+1 -1
+1 -1
config/kak/kakrc
··· 184 184 } 185 185 186 186 # Filetype specific options 187 - hook global WinSetOption filetype=(css|html|java|javascript|markdown|nix|typst|xml|yaml) %{ 187 + hook global WinSetOption filetype=(css|html|java|javascript|markdown|meson|nix|typst|xml|yaml) %{ 188 188 m-whitespace spaces 2 189 189 } 190 190