4 lines
136 B
Bash
Executable file
4 lines
136 B
Bash
Executable file
#!/bin/sh -e
|
|
# Emacs in the terminal
|
|
# TODO timeout start because first does not open file
|
|
emacsclient --tty --alternate-editor="" "$@"
|