aboutsummaryrefslogtreecommitdiffstats
path: root/oni-flycheck.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-flycheck.el')
-rw-r--r--oni-flycheck.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-flycheck.el b/oni-flycheck.el
index 653ff14..7047b00 100644
--- a/oni-flycheck.el
+++ b/oni-flycheck.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210532
+;; Version: 2021.0715.221757
;; Package-Requires: (flycheck flycheck-posframe flycheck-cask)
;; This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,10 @@
;;; Commentary:
-;; Configuration for flycheck.
+;; Configuration for flycheck. Add the following to your init file in case you
+;; want to use this configuration:
+;;
+;; (with-eval-after-load 'flycheck (require 'oni-flycheck))
;;; Code: