summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-git.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index f4fa2bf..385b6f5 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -57,6 +57,7 @@ Useful for non-source code repos (e.g., Org mode note files)."
magit-completing-read-function 'magit-ido-completing-read
magit-popup-show-help-echo nil
magit-popup-show-help-section nil
+ magit-find-file-hook 'view-mode
magit-log-show-margin nil)
(setq vc-follow-symlinks t)