【发布时间】:2015-02-13 00:16:21
【问题描述】:
我在python模式下使用自动完成+绝地
我正在徘徊如何更改弹出菜单中第二列的颜色? 黄色的:“function:posix.closerange”
还有什么叫右侧的黄色弹出窗口?以及如何改变它的颜色?
我发现了这些问题,但它们不是我想要的
(set-face-background 'ac-candidate-face "white")
(set-face-foreground 'ac-candidate-face "black")
;(set-face-underline 'ac-candidate-face "blue")
;(set-face-background 'ac-selection-face "cornflowerblue")
(set-face-foreground 'ac-completion-face "purple")
;(set-face-background 'ac-completion-face "green")
谢谢!
【问题讨论】:
标签: python emacs autocomplete jedi