borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

Added use-package installation documentation #1

Closed skuro closed 5 years ago

skuro commented 5 years ago

Since it involves two separate steps, the use-package documentation is a bit more verbose than the others

borkdude commented 5 years ago

Thanks!

I assume the triple dots mean some configuration that is omitted from the example? Maybe put that in a comment like ;; ... so people won't actually try to run that? :-)

Also, I think we can move the use-package section above el-get, since it's probably a more stable/preferred way of installing packages.

skuro commented 5 years ago

I moved it up and just deleted the ellipsis, if folks want to add / already have more config they should know what they're doing

borkdude commented 5 years ago

Thanks!