Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 SecureCRT 连接到服务器并使用命令行 emacs(不是 X11)。有没有办法上色?特别是,当我编码时,我希望 emacs 为关键字等着色。目前一切都是黑色或白色。
检查TERM环境变量的值,使用echo $TERM. 类似 xterm 的终端下的 Emacs 会显示颜色,因此您可以尝试使用TERM=xterm emacs.
TERM
echo $TERM
TERM=xterm emacs