From 37b81cbd90cde70300e5023c7f88a47eda1a176e Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 6 Feb 2017 11:50:02 +0100 Subject: [PATCH] Remove flycheck package, find better way --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 456751a..67e9e74 100755 --- a/init.el +++ b/init.el @@ -36,7 +36,6 @@ yasnippet smartparens volatile-highlights - flycheck zygospore)) ;; function to install new packages @@ -78,10 +77,6 @@ ;; use the default window move library keybindings (shift and arrow keys) (windmove-default-keybindings) -;; flycheck --- on-the-fly syntax check -(require 'flycheck) -(add-hook 'after-init-hook #'global-flycheck-mode) - ;; show unnecessary whitespace that can mess up your diff (add-hook 'prog-mode-hook (lambda () (interactive) (setq show-trailing-whitespace 1)))