Remove flycheck package, find better way
This commit is contained in:
parent
4df46ab42a
commit
37b81cbd90
1 changed files with 0 additions and 5 deletions
5
init.el
5
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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue