From 6ddad2dc4b8bb5a4294a4d64be804c5bc68f798f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 31 Aug 2020 14:24:59 +0100 Subject: [PATCH] Lint wpc-flycheck.el - change flycheck.el to wpc-flycheck.el - add Version, URL, Package-Requires sections --- emacs/.emacs.d/wpc/wpc-flycheck.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/wpc-flycheck.el b/emacs/.emacs.d/wpc/wpc-flycheck.el index d7bb834a6..1f32ce513 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 +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "24")) ;;; Commentary: ;; Hosts my Flycheck preferences