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
|
yasnippet
|
||||||
smartparens
|
smartparens
|
||||||
volatile-highlights
|
volatile-highlights
|
||||||
flycheck
|
|
||||||
zygospore))
|
zygospore))
|
||||||
|
|
||||||
;; function to install new packages
|
;; function to install new packages
|
||||||
|
|
@ -78,10 +77,6 @@
|
||||||
;; use the default window move library keybindings (shift and arrow keys)
|
;; use the default window move library keybindings (shift and arrow keys)
|
||||||
(windmove-default-keybindings)
|
(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
|
;; show unnecessary whitespace that can mess up your diff
|
||||||
(add-hook 'prog-mode-hook (lambda () (interactive) (setq show-trailing-whitespace 1)))
|
(add-hook 'prog-mode-hook (lambda () (interactive) (setq show-trailing-whitespace 1)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue