From acdcbb4e959f70faba5b30908802998852e4014d Mon Sep 17 00:00:00 2001 From: Jesse Bouwman Date: Fri, 19 Apr 2024 11:18:28 -0700 Subject: [PATCH] disable ts debugging; move on to swank stuff --- emacs/coalton-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/coalton-mode.el b/emacs/coalton-mode.el index ccaffc4ee..271936578 100644 --- a/emacs/coalton-mode.el +++ b/emacs/coalton-mode.el @@ -45,7 +45,7 @@ table)) -(defvar coalton--debug t +(defvar coalton--debug nil "Enable debugging.")