From 3c8e6f0cc5eac51e369b8ffbd0441366cdc6da40 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Apr 2018 13:26:53 -0400 Subject: Support updated emacs Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila! --- emacs.d/wpc/packages/wpc-flycheck.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 emacs.d/wpc/packages/wpc-flycheck.el (limited to 'emacs.d/wpc/packages/wpc-flycheck.el') diff --git a/emacs.d/wpc/packages/wpc-flycheck.el b/emacs.d/wpc/packages/wpc-flycheck.el new file mode 100644 index 0000000000..66314af987 --- /dev/null +++ b/emacs.d/wpc/packages/wpc-flycheck.el @@ -0,0 +1,14 @@ +;;; flycheck.el --- My flycheck configuration -*- lexical-binding: t -*- +;; Author: William Carroll + +;;; Commentary: +;; Hosts my Flycheck preferences + +;;; Code: + +(use-package flycheck + :config + (global-flycheck-mode)) + +(provide 'wpc-flycheck) +;;; flycheck.el ends here -- cgit 1.4.1