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

Emacs always prompts for permission to load themes #14

Open mcandre opened 8 years ago

xuzhao9 commented 8 years ago

You need following code snippet:

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

bondzula commented 7 years ago

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

Davidj361 commented 5 years ago

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