Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以让 ENSIME 错误缓冲区(使用 调用的缓冲区C-c C-v e)在我保存 Scala 源文件时自动刷新?
C-c C-v e
加载 ensime 后尝试添加以下代码:
(add-hook 'ensime-source-buffer-saved-hook 'ensime-show-all-errors-and-warnings)