Answers:
我没有单个Modeline的解决方案,但是这里有两个可能的替代解决方案:
如果使用电力线,则可以将mode-line-format包装为:
((:eval (when (powerline-selected-window-active) ...)))
然后更改mode-line-inactive
脸部,使其与背景融合,但仍使用以下方式分隔缓冲区:
(set-face-attribute 'mode-line-inactive nil
:underline t
:background (face-background 'default))
看起来像这样:
frame-title-format
您frame-title-format
可以确定在gui中运行时在框架顶部显示的内容。
设置frame-title-format' like you would your
mode-line-format`,他们将您的mode-line-format设置为空白。
您可以从https://github.com/amosbird/emacs/tree/onemodeline获取源代码。基本上,它使用迷你窗口的标题行来渲染当前缓冲区的模型。