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

Emacs always prompts for permission to load themes #14

Open
mcandre opened this issue Jan 25, 2016 · 3 comments
Open

Emacs always prompts for permission to load themes #14

mcandre opened this issue Jan 25, 2016 · 3 comments

Comments

@mcandre
Copy link

mcandre commented Jan 25, 2016

No description provided.

@xuzhao9
Copy link

xuzhao9 commented Apr 9, 2016

You need following code snippet:

(setq-default custom-safe-themes t)
(load-theme 'airline-solarized-alternate-gui t)

@bondzula
Copy link

(load-theme 'airline-light :no-confirm)
works for me

@Davidj361
Copy link

Davidj361 commented Apr 4, 2019

Had the same problem, changed (load-theme 'airline-light) from the README.md to (load-theme 'airline-light t) fixed it for me.

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