summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-flycheck.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
committerLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
commitfe903c535211bdbeeb703e06db0da3f7c8c19b4b (patch)
tree66c383a14eb92f61df32f2407719a761e4c2ed16 /src/gizmo/wasp-flycheck.el
parent9dec5e4d54ecbfb84ef8eba727b44bb6435f6e40 (diff)
Update
Diffstat (limited to 'src/gizmo/wasp-flycheck.el')
-rw-r--r--src/gizmo/wasp-flycheck.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gizmo/wasp-flycheck.el b/src/gizmo/wasp-flycheck.el
deleted file mode 100644
index 505ad8a3..00000000
--- a/src/gizmo/wasp-flycheck.el
+++ /dev/null
@@ -1,17 +0,0 @@
-;;; wasp-flycheck --- Flycheck -*- lexical-binding: t; -*-
-;;; 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)
-;; )
-
-(provide 'wasp-flycheck)
-;;; wasp-flycheck.el ends here