From 17a718faf9e71f5086971dd72dc786e5615f368c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 10 Apr 2014 21:43:04 -0400 Subject: Hide Magit popup help --- lisp/init-git.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-git.el') 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) -- cgit v1.2.3