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

It doesn't work on my macbook pro #11

Open
dongz9 opened this issue Oct 30, 2015 · 4 comments
Open

It doesn't work on my macbook pro #11

dongz9 opened this issue Oct 30, 2015 · 4 comments

Comments

@dongz9
Copy link

dongz9 commented Oct 30, 2015

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
Copy link
Owner

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
Copy link

da99 commented Jan 29, 2016

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
Copy link

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
Copy link
Owner

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

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

4 participants