Emacs 电力线不显示箭头

Emacs powerline not displaying arrow

我正在尝试配置emacs powerline,尝试了多次后,仍然无法正常工作,如下图所示。

在我看来,我的系统中缺少某些字体,但我不知道是哪一个。我使用的是 Mac El Capitan,emacs 版本是 24.5.1。

尝试使用以下命令

# clone
git clone https://github.com/powerline/fonts.git
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

您可能需要手动select您最喜欢的电力线字体

图片 -> select your favorite powerline font

您可能缺少这些设置:

(setq powerline-arrow-shape 'curve)
(setq powerline-default-separator-dir '(right . left))
 '(right . left))