No offense but this post is for Linux users. Whenever you install Emacs you get the GUI but sometimes you would be in the terminal and would like to start Emacs (without the GUI). This is simple:
- At terminal type:
emacs -nwOr you could add the following line to your .bashrc or .bash_aliases
alias emacs='emacs -nw'This way, every time you type emacs, Emacs will start without the graphics.
But, let me say this, Emacs is big so if you are gonna just use emacs without the X, then just simply install emacs without X. For that, just install the package emacs(number here)-nox. So, the package would be like emacs23-nox
And that's that.
Thank you for reading and as always please comment.
No comments:
Post a Comment