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.
我在我的 emacs 配置中添加了 multi-term。它工作得很好,但是控制台中的任何文本和一些空格(包括来自 ssh 的 vim 中的这些)都有白色背景,并且由于我使用深色背景的深蓝色样式,它看起来不太好。如何解决这个问题?
这是屏幕:http ://tinypic.com/view.php?pic=rh1q9v&s=6
term.el 中的颜色有时效果不佳,具体取决于加载时间。在设置颜色主题后调用它可能会解决问题。
(setq term-default-fg-color (face-foreground 'default)) (setq term-default-bg-color (face-background 'default))