Fork me on GitHub
#off-topic
<
2015-07-08
>
escherize02:07:12

What button do i hit???

pastafari06:07:42

akiva: hehe, i had the exact same reaction.

mitchelkuijpers09:07:04

Anyone also have this message with the newest magit when trying to open the status window?

magit-auto-revert-mode is not currently registered as a minor mode
It won't open after this message 😞

ordnungswidrig10:07:05

@mitchelkuijpers: I guess that settings has been renames, you remove the reference to that (possibly in a setq) from your init.el

ordnungswidrig10:07:58

@mitchelkuijpers: in magit 2.1.0 there is the variable magit-revert-buffers

mitchelkuijpers10:07:15

@ordnungswidrig: Thnx found it, i am using https://github.com/bodil/ohai-emacs which sets

(eval-after-load "magit" '(diminish 'magit-auto-revert-mode))

mitchelkuijpers10:07:52

Awsum it works again

ordnungswidrig12:07:47

@mitchelkuijpers: you should totally open an issue against ohai-emacs simple_smile

mitchelkuijpers12:07:09

@ordnungswidrig: I did better i submitted a pull request 😉