mhayashi1120 / yagist.el

Yet another Emacs paste mode, this one for Gist.
32 stars 9 forks source link

Should depend on kaesar? #10

Closed purcell closed 10 years ago

purcell commented 10 years ago

The library doesn't byte-compile cleanly because it references kaesar- functions, but the Package-Requires header doesn't mention kaesar.

I think you should probably add kaesar to Package-Requires, and also include a (require 'kaesar)...

mhayashi1120 commented 10 years ago

Thanks for the comment. This is intentional. I consider `kaesar' as a optional package. I don't want install the rarely used package to all user.

purcell commented 10 years ago

:+1: ok!