aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-flycheck.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-flycheck.el b/lisp/init-flycheck.el
new file mode 100644
index 0000000..a3f6c37
--- /dev/null
+++ b/lisp/init-flycheck.el
@@ -0,0 +1,2 @@
+(require-package 'flycheck)
+(provide 'init-flycheck)