mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-22 11:01:48 +03:00
source all .kak in autoload/
This commit is contained in:
parent
50abc18c8e
commit
4801ee22a2
@ -24,7 +24,7 @@ def -shell-params runtime %{ %sh{
|
||||
localconfdir="$HOME/.config/kak"
|
||||
fi
|
||||
if [ -d "${localconfdir}/autoload" ]; then
|
||||
for rcfile in ${localconfdir}/autoload/*; do
|
||||
for rcfile in ${localconfdir}/autoload/*.kak; do
|
||||
echo "try %{ source '${rcfile}' } catch %{ }";
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user