dotfiles/.local/bin/scripts/emacstty

5 lines
136 B
Plaintext
Raw Normal View History

2022-06-22 15:59:29 +00:00
#!/bin/sh -e
# Emacs in the terminal
# TODO timeout start because first does not open file
2022-06-22 15:59:29 +00:00
emacsclient --tty --alternate-editor="" "$@"