From 2316a1c4c4599690bd88916a8cf0b166a0de0ff2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 2 Sep 2014 01:26:05 -0400 Subject: Reindent magit-define-pop-action calls --- lisp/init-git.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp') diff --git a/lisp/init-git.el b/lisp/init-git.el index 385b6f5..57f8620 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -69,15 +69,15 @@ Useful for non-source code repos (e.g., Org mode note files)." (define-key magit-mode-map (kbd "C-c m") 'km/magit-prefix-map) (magit-define-popup-action 'magit-commit-popup - ?u "Auto commit" 'km/magit-auto-commit) + ?u "Auto commit" 'km/magit-auto-commit) (magit-define-popup-action 'magit-push-popup - ?a "Push all" 'km/magit-push-all) + ?a "Push all" 'km/magit-push-all) (magit-define-popup-action 'magit-log-popup - ?a "All branches" 'km/magit-log-all-branches) + ?a "All branches" 'km/magit-log-all-branches) (magit-define-popup-action 'magit-branch-popup - ?t "Local tracking" 'km/magit-checkout-local-tracking) + ?t "Local tracking" 'km/magit-checkout-local-tracking) (magit-define-popup-action 'magit-branch-popup - ?s "Backup current branch" 'km/magit-backup-branch) + ?s "Backup current branch" 'km/magit-backup-branch) (setq magit-branch-popup-defaults (delete "--track" magit-branch-popup-defaults))) -- cgit v1.2.3