From 20a8e9a9b7e9dddb3435a4c6af18d8238d121da5 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 10 May 2022 18:04:06 +0200 Subject: [PATCH] Remove flycheck --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 7735acb..a339d30 100644 --- a/init.el +++ b/init.el @@ -266,11 +266,6 @@ (eq old-tick (buffer-chars-modified-tick))) (ignore-errors (yas-next-field)))))) -(use-package flycheck - :straight t - :config - (add-hook 'after-init-hook #'global-flycheck-mode)) - (use-package yaml-mode :straight t)