sh/shell/alias/emacs.sh

5 lines
27 B
Bash
Raw Normal View History

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