Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is emacs MRev mode?

Tags:

css

emacs

I could not find anything relevant after searching "MRev", so I hope someone can offer a tip.

Here is a picture below, viewing .css code in Text mode with Flyspell minor mode. MRev does not disappear when changing files, so it appears to be a minor mode. enter image description here

like image 470
modulitos Avatar asked May 22 '14 09:05

modulitos


1 Answers

It is magit-auto-revert-mode. You can disable it by following expression.

(magit-auto-revert-mode -1)
like image 82
syohex Avatar answered Oct 08 '22 21:10

syohex