Can I make Emacs start in text-terminal mode (no window, like `emacs -nw`) by default?
Solution 1:
I think -nw stands for no window. Anyway you could make a shell alias, eg in bash
alias emacs='emacs -nw'
I think -nw stands for no window. Anyway you could make a shell alias, eg in bash
alias emacs='emacs -nw'