waymondo / apropospriate-theme

A colorful, low-contrast, light & dark theme set for Emacs with a fun name
310 stars 19 forks source link

Eager macro-expansion failure #11

Closed agsdot closed 8 years ago

agsdot commented 8 years ago

Hi @waymondo,

Thanks for creating a terrific theme. I really like the color scheme for web-mode / html-mode . Really nice color contrasts.

On installing apropospriate-theme with use-package and also with require statements I get "Eager macro-expansion failure: (error "Lisp nesting exceeds `max-lisp-eval-depth'").

On following advice in this SO article and putting in (setq max-lisp-eval-depth 10000) prior to where I put the use-package apropospriate statement I get "Eager macro-expansion failure: (error "Variable binding depth exceeds max-specpdl-size").

The error/warning messages don't seem to impact functionality of the theme, other than slowing down the startup of emacs. I'd like to get rid of that slowdown in my personal emacs.d setup. Do you have any advice?

manuel-uberti commented 8 years ago

Yes, I have this error too.

waymondo commented 8 years ago

Thanks for reporting, this should be fixed now.

agsdot commented 8 years ago

Thanks @waymondo . It works just fine now. Thanks!

manuel-uberti commented 8 years ago

Thank you.