diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·24+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·24+0100 |
commit | 6ddad2dc4b8bb5a4294a4d64be804c5bc68f798f (patch) | |
tree | 24ce5a56040d17af10f7e670c8b239af204e42a1 /emacs/.emacs.d/wpc | |
parent | e0574e22996eceefed0938031161e064848b3408 (diff) |
Lint wpc-flycheck.el
- change flycheck.el to wpc-flycheck.el - add Version, URL, Package-Requires sections
Diffstat (limited to 'emacs/.emacs.d/wpc')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-flycheck.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-flycheck.el b/emacs/.emacs.d/wpc/wpc-flycheck.el index d7bb834a6257..1f32ce51361e 100644 --- a/emacs/.emacs.d/wpc/wpc-flycheck.el +++ b/emacs/.emacs.d/wpc/wpc-flycheck.el @@ -1,5 +1,9 @@ -;;; flycheck.el --- My flycheck configuration -*- lexical-binding: t -*- +;;; wpc-flycheck.el --- My flycheck configuration -*- lexical-binding: t -*- + ;; Author: William Carroll <wpcarro@gmail.com> +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "24")) ;;; Commentary: ;; Hosts my Flycheck preferences |