overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.51k stars 242 forks source link

Found a fix for bold/italics on AC popups #72

Open vemv opened 11 years ago

vemv commented 11 years ago

Always has bugged me, don't know why didn't I google it before :)

https://github.com/auto-complete/auto-complete/issues/21

So one has to append :slant normal :weight normal to each AC/popup face definition.

By the way, you may be interested in porting the color-themes to deftheme format, it's a pretty trivial conversion. As you've probably heard, 'defthemes' come built-in w/ Emacs 24.

samaaron commented 11 years ago

Happy to consider a pull request :-)