branch: externals/flymake-proselint commit c3d57a4ae82b70df08d07f7a677914022a2d8226 Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Add keyword and license --- flymake-proselint.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/flymake-proselint.el b/flymake-proselint.el index 615b981..5aec448 100644 --- a/flymake-proselint.el +++ b/flymake-proselint.el @@ -4,9 +4,22 @@ ;; ;; Author: Manuel Uberti <manuel.ube...@inventati.org> ;; Version: 1.0.0 +;; Keywords: convenience ;; Package-Requires: ((emacs "26.1") (flymake-quickdef "1.0.0")) ;; URL: https://github.com/manuel-uberti/flymake-proselint +;; flymake-proselint is free software; you can redistribute it and/or modify it +;; under the terms of the GNU General Public License as published by the Free +;; Software Foundation; either version 3, or (at your option) any later version. +;; +;; flymake-proselint is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +;; details. +;; +;; You should have received a copy of the GNU General Public License +;; along with flymake-proselint. If not, see http://www.gnu.org/licenses. + ;;; Commentary: ;; This package add support for proselint (http://proselint.com/) in Flymake.