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)