flycheck / flycheck-inline

Display Flycheck errors inline
GNU General Public License v3.0
137 stars 10 forks source link

Require compile for faces #21

Closed ghost closed 2 months ago

ghost commented 3 years ago

Fix #20.

This simply requires compile.el so that we will have the compilation-* faces available. However, I am not sure if it is the best fix. Maybe we should instead inherit some faces defined in flycheck?

Thank you!