radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
491 stars 47 forks source link

fix: workaround error regarding unadvised files when byte-compiling #497

Closed hrehfeld closed 2 years ago

hrehfeld commented 2 years ago

I get this for enable-theme and disable-theme:

$ make compile
...
Error (use-package): cider-doc/:config: ad-deactivate: ‘disable-theme’ is not advised
make: *** [Makefile:25: compile] Error 1

Guarding ad-deactivate gets rid of the error.