在 init.el
文件末尾加入本地变量,告诉 flycheck 这个文件没有 byte-compile, 也就关闭 flycheck 了。
;; Local Variables:
;; coding: utf-8
;; no-byte-compile: t
;; End:
;;; init.el ends here
在 init.el
文件末尾加入本地变量,告诉 flycheck 这个文件没有 byte-compile, 也就关闭 flycheck 了。
;; Local Variables:
;; coding: utf-8
;; no-byte-compile: t
;; End:
;;; init.el ends here