我在尝试使用use-package来自动安装lsp-mode时,它会在安装完成后给我报出大量warning,但在重启后一切正常(没有任何错误报出),请问一下有什么办法可以让它不报告这些warning吗
可以参考下这个链接: Anything goes: Disable byte-compile warnings in Emacs
;; ignore byte-compile warnings
(setq byte-compile-warnings '(not nresolved
free-vars
callargs
redefine
obsolete
noruntime
cl-functions
interactive-only
))
1 个赞
此话题已在最后回复的 730 天后被自动关闭。不再允许新回复。