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.
当使用具有 powerline 作为依赖项的spaceline包时,我的模式行在更改分隔符的形状时出现问题。它应用了分隔符的形状变化,但颜色不正确。有没有办法解决这个问题?
我在 GUI 模式版本 25 中使用 vanilla emacs。
事实证明这是一个特定于空间线的问题。我通过添加以下设置来修复它。
(setq powerline-height 20) (setq powerline-raw " ") (setq ns-use-srgb-colorspace nil)