I very often need to do some Emacs magic on some files and I need to go back and forth between my IDE (IntelliJ IDEA) and Emacs.
When a change is made under Emacs (a
Add this to your .emacs:
.emacs
(global-auto-revert-mode 1)