diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:48 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:48 -0700 |
commit | af62500677cb07bd65b5fee59926c17196d0e2dd (patch) | |
tree | 4e5fa007fd8a9495bbbc894c643fc7c59f693448 /configs | |
parent | [emacs] remove tramp (diff) | |
download | emacs.d-af62500677cb07bd65b5fee59926c17196d0e2dd.tar.gz |
[emacs] remove flycheck
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index f62beff..d0347e1 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -233,14 +233,6 @@ (use-package ibuffer :bind ("C-x C-b" . ibuffer)) -(use-package flycheck - :config - (progn - (add-hook 'prog-mode-hook 'flycheck-mode) - (setq flycheck-highlighting-mode 'lines) - (setq flycheck-check-syntax-automatically '(mode-enabled save)) - (setq flycheck-checkers (delq 'emacs-lisp-checkdoc flycheck-checkers)))) - (use-package ispell :config (when (executable-find "aspell") |