Indentation fix in kakrc
This commit is contained in:
parent
5aba5d38f2
commit
d8802e5f01
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user