summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-flycheck.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-01 17:06:41 -0400
committerLLLL Colonq <llll@colonq>2025-05-01 17:06:41 -0400
commitfb01362a9dd816fc0d0e50052ab4764dd30e46f3 (patch)
treed581df21e161a0483d8b02ea4519debb4501a4a7 /src/gizmo/wasp-flycheck.el
parentb21ecce6645fc17c520b722de3d96e550c77c490 (diff)
You know we love updating with a horrendous commit message
Diffstat (limited to 'src/gizmo/wasp-flycheck.el')
-rw-r--r--src/gizmo/wasp-flycheck.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gizmo/wasp-flycheck.el b/src/gizmo/wasp-flycheck.el
index 27a857b4..505ad8a3 100644
--- a/src/gizmo/wasp-flycheck.el
+++ b/src/gizmo/wasp-flycheck.el
@@ -2,16 +2,16 @@
;;; Commentary:
;;; Code:
-(require 'flycheck)
-
-(flycheck-define-generic-checker 'wasp-twitch
- "Checker to display errors from Twitch redeems."
- :start
- (lambda (c x)
- (print c)
- (print x))
- :modes '(fundamental-mode)
- )
+;; (require 'flycheck)
+;;
+;; (flycheck-define-generic-checker 'wasp-twitch
+;; "Checker to display errors from Twitch redeems."
+;; :start
+;; (lambda (c x)
+;; (print c)
+;; (print x))
+;; :modes '(fundamental-mode)
+;; )
(provide 'wasp-flycheck)
;;; wasp-flycheck.el ends here