diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 8cc3d3f..0fb37ec 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -38,6 +38,8 @@ Useful for non-source code repos (e.g., Org mode note files)." (setq magit-restore-window-configuration t magit-default-tracking-name-function 'magit-default-tracking-name-branch-only magit-completing-read-function 'magit-ido-completing-read + magit-popup-show-help-echo nil + magit-popup-show-help-section nil magit-log-show-margin nil) (setq vc-follow-symlinks t) |