waymondo / use-package-chords

key-chord keyword for use-package
23 stars 5 forks source link

Load use-package for using its symbol and function #1

Closed syohex closed 8 years ago

syohex commented 8 years ago

There are some byte-compile warnings about this.

use-package-chords.el:58:15:Warning: reference to free variable
    `use-package-keywords'
use-package-chords.el:58:15:Warning: assignment to free variable
    `use-package-keywords'

In end of data:
use-package-chords.el:68:1:Warning: the function `use-package-handler/:bind'
    is not known to be defined.
waymondo commented 8 years ago

makes sense, thanks