AnthonyDiGirolamo / airline-themes

vim-airline themes https://github.com/vim-airline/vim-airline-themes for emacs powerline https://github.com/milkypostman/powerline
MIT License
123 stars 20 forks source link

It doesn't work on my macbook pro #11

Open dongz9 opened 9 years ago

dongz9 commented 9 years ago

I'm running GNU Emacs, and when I invoke airline-themes-set-modeline, the whole mode line will become a colored rectangle (in other words, nothing is displayed). I wonder if this is a frontground color issue?

AnthonyDiGirolamo commented 8 years ago

Hi @dongz9 you will want to load a theme by running (load-theme 'airline-light) or similar. airline-themes-set-modeline is called automatically when a theme is loaded. Though when the whole line is blank there is usually an error in that function.

da99 commented 8 years ago

It might also mean you have a missing package. I installed magit, and I the content on the line finally showed up. But, not on all themes.

jacobHclarkson commented 8 years ago

I have the same issue. Calling load-theme didn't work, and I already have magit installed so that can't be it either...are there other required packages?

AnthonyDiGirolamo commented 8 years ago

See issue #16 I think it was missing a (require 'cl-lib) which is now in the latest version.