Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faces of module names at popup completion #9

Open
wandersoncferreira opened this issue Mar 6, 2017 · 2 comments
Open

Faces of module names at popup completion #9

wandersoncferreira opened this issue Mar 6, 2017 · 2 comments

Comments

@wandersoncferreira
Copy link

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.

@wandersoncferreira
Copy link
Author

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.

@edran
Copy link
Owner

edran commented Mar 7, 2017

Cheers - I'll fix that as soon as I get around going through the current issues. I keep procrastinating finishing up the theme :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants