dotfiles/.local/bin/scripts/emacstty

4 lines
82 B
Bash
Executable File

#!/bin/sh -e
# Emacs in the terminal
emacsclient --tty --alternate-editor="" "$@"