Skip to content

Commit

Permalink
putting the magit-status binding in the keys.el file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Jan 20, 2009
1 parent 509c655 commit 13aa277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ini/keys.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
(global-set-key (kbd "C-x M") (lambda () (interactive) (eshell t)))

(global-set-key (kbd "C-x M-m") 'shell)

(global-set-key (kbd "\C-x g") 'magit-status)
2 changes: 0 additions & 2 deletions ini/magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
(set-face-foreground 'magit-diff-add "green3")
(set-face-foreground 'magit-diff-del "red3")))

(global-set-key (kbd "\C-x g") 'magit-status)

0 comments on commit 13aa277

Please sign in to comment.