Remove flycheck-package; disable flycheck-mode in elisp buffers

This commit is contained in:
Henrik Lissner 2016-07-10 02:53:42 -04:00
parent e4c00ebe7b
commit b9e1c64679
3 changed files with 1 additions and 5 deletions

View file

@ -28,9 +28,6 @@
(define-fringe-bitmap 'flycheck-fringe-bitmap-double-arrow
[0 0 0 0 0 4 12 28 60 124 252 124 60 28 12 4 0 0 0 0])
(require 'flycheck-package)
(flycheck-package-setup)
(when (eq window-system 'mac)
(require 'flycheck-pos-tip)
(flycheck-pos-tip-mode +1)))