hc-zenburn-emacs
hc-zenburn-emacs copied to clipboard
Faces of module names at popup completion
This is the looks of my pop window using auto-complete at Emacs lisp mode:
This looks nice! However, this is how it looks like in Python Mode (I am using the jedi library to provide the candidates)
:/
I would like to have the same behavior as elisp mode.
Mission accomplished!
The variable you need to modify is popup-summary-face.
My config to the image above:
(custom-set-faces
'(popup-summary-face ((t (:background "#5E5E5E" :foreground "gray14")))))
Closing it.
Cheers - I'll fix that as soon as I get around going through the current issues. I keep procrastinating finishing up the theme :(