From ff7125a721bf7a48707a31f7758bd3207346eb2b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 24 Aug 2018 17:33:39 +0900 Subject: [PATCH] Add variable for flycheck --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs.el b/emacs.el index 99243ea..af31914 100644 --- a/emacs.el +++ b/emacs.el @@ -1590,4 +1590,9 @@ This mode is a simplified version of `adoc-mode'." result))) ;; (apply 'concat (car (my-file-head "./emacs.el")) +;; Local Variables: +;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) +;; flycheck-checker: emacs-lisp +;; End: + ;;; emancs.el ends here