I am connecting to a server through SecureCRT and am using command line emacs (not X11). Is there a way to get color? In particular, when I code I would like emacs to color keywords etc. Currently everything is either black or white.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the value of the
TERMenvironment variable, obtained withecho $TERM. Emacs under xterm-like terminals does colors, so you can try starting it withTERM=xterm emacs.