From c222262c867fa2a07f08a7bae062316bf75a0695 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 7 Oct 2019 18:00:26 +0200 Subject: Emacs: Remove flycheck --- dot.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 7b90f53..cd764f9 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -170,9 +170,6 @@ :bind (:map message-mode-map ("C-c TAB" . vdirel-helm-select-email))) -(use-package flycheck - :init (global-flycheck-mode)) - (use-package apache-mode) (use-package meson-mode) -- cgit v1.2.3