rwx/sh/cmd/emacs.sh

5 lines
27 B
Bash
Raw Normal View History

2024-11-16 15:07:23 +01:00
em() {
emacs \
"${@}"
}