在很多时候如何分割窗体的时候, power line会隐藏一部分, 所以我想着能缩小power line的字体从而能看到power line更多的信息
(set-face-attribute 'mode-line nil :height 0.9)
(set-face-attribute 'mode-line-inactive nil :height 0.9)
我使用的是emacs 27.1, 我把你的内容放入到user-config中并没有预想的效果
那就不是很清楚了,好久没用 spacemacs 了,另外你可以提供下你用的那个 modeline
现在用的好像都是doom的modeline
doom-modeline 按理说应该可以,还有个相关的变量就是 doom-modeline-height
,论坛有很多 doom-modeline 高度字体大小的讨论。doom-modeline README 也有写
好的, 我学习下
或者你在右括号后 C-x C-e
一下看字体是否有变化
我看了一下, 在mode line faces 里面压根就没有height这个参数