From e3aff2a4459a919f5487333a1922ee07e544ca9b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 26 Feb 2018 20:19:04 -0800 Subject: [PATCH] disable spell checking on text files in TextMate --- tm_properties | 1 + 1 file changed, 1 insertion(+) diff --git a/tm_properties b/tm_properties index d7d2e15..e37c3a1 100644 --- a/tm_properties +++ b/tm_properties @@ -42,3 +42,4 @@ softWrap = false wrapColumn = "Use Window Frame" softTabs = true tabSize = 2 +spellChecking = false