branch: externals/flymake-codespell commit da9c09e25df745fccad6ce7c82b4ca89a7cb2f36 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Improve comment headers and commentary --- flymake-codespell.el | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/flymake-codespell.el b/flymake-codespell.el index 587c8bf069..012ebfa6b4 100644 --- a/flymake-codespell.el +++ b/flymake-codespell.el @@ -1,9 +1,14 @@ ;;; flymake-codespell.el --- Flymake backend for codespell -*- lexical-binding: t -*- -;; Copyright (C) 2022 Stefan Kangas +;; Copyright (C) 2022 Stefan Kangas -;; Author: Stefan Kangas <stefankan...@gmail.com> -;; Keywords: extensions +;; Author : Stefan Kangas <stefankan...@gmail.com> +;; Maintainer : Stefan Kangas <stefankan...@gmail.com> +;; Version : 0 +;; URL : https://www.github.com/skangas/flymake-codespell +;; Keywords : extensions +;; SPDX-License-Identifier: GPL-3.0-or-later +;; Package-Requires: ((emacs "26.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -20,7 +25,11 @@ ;;; Commentary: -;; To use this, install this package and add this to your init file: +;; To use this, install this package using +;; +;; M-x package-install RET codespell RET +;; +;; Then add this to your init file, or evaluate it using `M-:': ;; ;; (add-hook 'prog-mode-hook 'flymake-codespell-setup-backend) ;; @@ -31,6 +40,8 @@ ;; ;; This requires codespell to be installed and available in your ;; `exec-path'. +;; +;; See the file README.org in this repository for more details. ;;; Code: