Indentation fix in kakrc

This commit is contained in:
Maxime Coste 2015-05-29 13:50:35 +01:00
parent 5aba5d38f2
commit d8802e5f01

View File

@ -24,10 +24,10 @@ face bullet cyan
face list yellow face list yellow
def -shell-params runtime %{ %sh{ def -shell-params runtime %{ %sh{
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
echo "source '${kak_runtime}/$1'" echo "source '${kak_runtime}/$1'"
shift shift
done done
}} }}
%sh{ %sh{