about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·24+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·24+0100
commit6ddad2dc4b8bb5a4294a4d64be804c5bc68f798f (patch)
tree24ce5a56040d17af10f7e670c8b239af204e42a1
parente0574e22996eceefed0938031161e064848b3408 (diff)
Lint wpc-flycheck.el
- change flycheck.el to wpc-flycheck.el
- add Version, URL, Package-Requires sections
-rw-r--r--emacs/.emacs.d/wpc/wpc-flycheck.el6
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