如何让 flycheck 更懂 elisp?

init.el 文件末尾加入本地变量,告诉 flycheck 这个文件没有 byte-compile, 也就关闭 flycheck 了。

;; Local Variables:
;; coding: utf-8
;; no-byte-compile: t
;; End:
;;; init.el ends here
1 个赞