dotfiles/.local/bin/scripts/emacstty

5 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="" "$@"