4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/sh -e
|
||
|
# Emacs in the terminal
|
||
|
emacsclient --tty --alternate-editor="" "$@"
|