Open dongz9 opened 9 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.
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.
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?
See issue #16 I think it was missing a (require 'cl-lib)
which is now in the latest version.
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?