rwx/sh/alias/emacs.sh
2024-11-18 15:26:03 +01:00

5 lines
67 B
Bash

em() { sh_a__e_macs "${@}"; }
sh_a__e_macs() {
emacs \
"${@}"
}