We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Mission accomplished!
The variable you need to modify is popup-summary-face.
popup-summary-face
My config to the image above:
(custom-set-faces '(popup-summary-face ((t (:background "#5E5E5E" :foreground "gray14")))))
Closing it.
Sorry, something went wrong.
Cheers - I'll fix that as soon as I get around going through the current issues. I keep procrastinating finishing up the theme :(
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: