From 58e9cc1af13e0962cf7b6fc0890d12a081ff1076 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 20 Nov 2023 20:09:44 +0000 Subject: [PATCH] fix(copilot): suppress warnings about indentation detection --- modules/completion/siren-copilot.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/siren-copilot.el b/modules/completion/siren-copilot.el index bad8783..05664e5 100644 --- a/modules/completion/siren-copilot.el +++ b/modules/completion/siren-copilot.el @@ -32,6 +32,7 @@ :custom (copilot-auto-balance t) (copilot-disable-predicates '(siren-copilot-disable-predicate)) + (copilot-indent-warning-suppress t) :preface (defun siren-copilot-disable-predicate ()