Emacs: Often switching between Emacs and my IDE's editor, how to automatically 'synch' the files?

前端 未结 1 1214
滥情空心
滥情空心 2020-12-29 13:00

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

相关标签:
1条回答
  • 2020-12-29 13:54

    Add this to your .emacs:

    (global-auto-revert-mode 1)
    
    0 讨论(0)
提交回复
热议问题