配置文件自己用的,可以宽松一些:
...
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; End:
;;; example.el ends here
或者写到 .dir-locals.el
配置文件自己用的,可以宽松一些:
...
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)
;; End:
;;; example.el ends here
或者写到 .dir-locals.el