[Misc] Disable global magit file mode

This commit is contained in:
Daniel - 2018-09-09 12:14:56 +02:00
parent 7b611873a1
commit 21a662cf4f
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 0 deletions

View File

@ -630,6 +630,8 @@ _h_ _l_ _o_k _y_ank
magit-popup-use-prefix-argument 'default
magit-completing-read-function 'ivy-completing-read)
(global-magit-file-mode -1)
(with-demoted-errors "Non-Fatal Error: %s"
(eval-when-compile
(require 'projectile))