当emacs打开时屏幕底部有一条紫色条带,这意味着终端中的emacs不会最大化到终端窗口允许的全部大小,因此显示终端的背景。我知道这是挑剔但我的强迫症让我发疯。无论如何要解决这个问题?
我会发布一张图片,但我还没有足够的stackoverflow业力点。
答案 0 :(得分:0)
只是一个猜测,但你可能会尝试设置条纹颜色。我通常将我的颜色与背景颜色相匹配:
;; regardless of the theme, match the fringe the default background
(set-face-background 'fringe (face-attribute 'default :background))