summary refs log tree commit diff
path: root/configs/rcs/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-09-08 17:20:48 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-09-08 17:20:48 -0700
commitaf62500677cb07bd65b5fee59926c17196d0e2dd (patch)
tree4e5fa007fd8a9495bbbc894c643fc7c59f693448 /configs/rcs/emacs.d/init.el
parent[emacs] remove tramp (diff)
downloademacs.d-af62500677cb07bd65b5fee59926c17196d0e2dd.tar.gz
[emacs] remove flycheck
Diffstat (limited to '')
-rw-r--r--configs/rcs/emacs.d/init.el8
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")