rwx/sh/alias/emacs.sh
2025-07-06 19:18:37 +02:00

5 lines
40 B
Bash

#= em
a__e_macs() {
emacs \
"${@}"
}