Add emacs local variables too

This commit is contained in:
Shohei YOSHIDA 2025-12-23 13:11:59 +09:00
parent 0db1486d27
commit 64484169e2
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 10 additions and 4 deletions

View File

@ -59,4 +59,10 @@ _xdg-mime() {
esac
}
# Local Variables:
# mode: Shell-Script
# sh-indentation: 2
# indent-tabs-mode: nil
# sh-basic-offset: 2
# End:
# vim: filetype=zsh expandtab softtabstop=2 tabstop=2 shiftwidth=2