summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-09-02 01:26:05 -0400
committerKyle Meyer <kyle@kyleam.com>2014-09-02 01:26:05 -0400
commit2316a1c4c4599690bd88916a8cf0b166a0de0ff2 (patch)
treed5832eaa61c7123e66219c2198d8209f602ac3f4 /lisp
parent56af6e7be7b166ef17d40283b681f3bc4c6584a5 (diff)
downloademacs.d-2316a1c4c4599690bd88916a8cf0b166a0de0ff2.tar.gz
Reindent magit-define-pop-action calls
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-git.el10
1 files changed, 5 insertions, 5 deletions
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)))