summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-18 22:40:12 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-18 22:40:12 -0700
commitb80e308cd57c5a2eb07ea877ab3f5d4ec5e88e64 (patch)
treec145fab8ee8b92947185ad865dba4d8b4156bd19
parent[emacs] remove a package (diff)
downloademacs.d-b80e308cd57c5a2eb07ea877ab3f5d4ec5e88e64.tar.gz
[emacs] disable flycheck on eldoc.
-rw-r--r--emacs.d/packages.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el
index b84b499..899ba5c 100644
--- a/emacs.d/packages.el
+++ b/emacs.d/packages.el
@@ -1,7 +1,5 @@
 ;;; packages.el --- External packages configured via `use-package'
 
-;;; Commentary:
-
 (require 'package)
 
 ;;; Code:
@@ -43,8 +41,8 @@
   :defer t
   :init
   (progn
-    (setq-default fci-rule-column 80)
-    (add-hook 'prog-mode-hook 'flycheck-mode)))
+    (add-hook 'prog-mode-hook 'flycheck-mode)
+    (setq-default flycheck-disabled-checkers '(emacs-lisp-checkdoc))))
 
 (use-package gist
   :ensure t