Closed pdcawley closed 7 years ago
This eliminates the byte compiler warnings when byte compiling configuration files that do
(eval-while-compile (require 'req-package))
to eliminate the runtime dependency on req-package and use-package. The compile warnings can be very confusing when you're just using req-package.
req-package
use-package
Coverage remained the same at 31.361% when pulling 7dfd67c576d21cc75c864f600c86e406da970d22 on pdcawley:feature/silence-byte-compiler into e7108177d05fc6f674b1766f1154d0652654b1af on edvorg:develop.
Thanks! :+1:
This eliminates the byte compiler warnings when byte compiling configuration files that do
to eliminate the runtime dependency on
req-package
anduse-package
. The compile warnings can be very confusing when you're just usingreq-package
.