My configurations for the software I use

Remove trailing whitespace and fix typo

yemou bfbeeb01 464293cd

Changed files
+2 -2
config
kak
+2 -2
config/kak/kakrc
··· 137 137 # Highlight Matching Characters 138 138 add-highlighter global/ show-matching 139 139 140 - # Highligh TODO and friends 140 + # Highlight TODO and friends 141 141 add-highlighter global/ regex \b(TODO|FIXME)\b 0:default+rb 142 142 143 143 # Show Trailing Whitespace ··· 145 145 146 146 # Set theme_type 147 147 evaluate-commands %sh{ 148 - [ "$TERM" = linux ] && { 148 + [ "$TERM" = linux ] && { 149 149 printf '%s\n' "decl str theme_type none" 150 150 return 0 151 151 }