diff options
Diffstat (limited to 'emacs/.emacs.d')
-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 |