Remove flycheck package, find better way

This commit is contained in:
laurensmiers 2017-02-06 11:50:02 +01:00
parent 4df46ab42a
commit 37b81cbd90

View file

@ -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)))