From fb01362a9dd816fc0d0e50052ab4764dd30e46f3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 1 May 2025 17:06:41 -0400 Subject: You know we love updating with a horrendous commit message --- src/gizmo/wasp-flycheck.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/gizmo/wasp-flycheck.el') 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 -- cgit v1.2.3