Next: , Previous: , Up: Customisation  


Q3.2.5: My tty supports color, but SXEmacs doesn’t use them.

SXEmacs tries to automatically determine whether your tty supports color, but sometimes guesses wrong. In that case, you can make SXEmacs Do The Right Thing using this Lisp code:

(if (eq 'tty (device-type))
    (set-device-class nil 'color))