Skip to content

Commit

Permalink
Nice alternate join-line binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Nov 14, 2010
1 parent aecb8a9 commit c99f278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starter-kit-bindings.el
Expand Up @@ -71,6 +71,8 @@
;; So good!
(global-set-key (kbd "C-x g") 'magit-status)

(global-set-key (kbd "C-c q") 'join-line)

;; This is a little hacky since VC doesn't support git add internally
(eval-after-load 'vc
(define-key vc-prefix-map "i" '(lambda () (interactive)
Expand Down

0 comments on commit c99f278

Please sign in to comment.