3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/sh -e
|
|
# Emacs in the terminal
|
|
emacsclient --tty --alternate-editor="" "$@"
|