diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-09-10 20:46:37 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-09-10 20:46:37 -0400 |
commit | 8f3e98a65e2f46843a2eb65097adaa769ffafd65 (patch) | |
tree | f55a427e911e4b75e772bc6b1e02a7164feb75ef | |
parent | f7b29e839c1b5751d3757028526b7d659226f684 (diff) | |
download | emacs.d-8f3e98a65e2f46843a2eb65097adaa769ffafd65.tar.gz |
Set magit-popup-use-prefix-argument to default
-rw-r--r-- | lisp/init-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index c5bd7c0..5d72ce9 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -71,6 +71,7 @@ START-POINT set to the current branch. magit-completing-read-function 'magit-ido-completing-read magit-popup-show-help-echo nil magit-popup-show-help-section nil + magit-popup-use-prefix-argument 'default magit-find-file-hook 'view-mode magit-log-show-margin nil) |