Skip to content

Commit

Permalink
make magit work
Browse files Browse the repository at this point in the history
  • Loading branch information
chen bin committed Feb 2, 2012
1 parent be6ff0c commit d046440
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions init-git.el
@@ -1,7 +1,7 @@
(autoload 'git-blame-mode "git-blame" "Minor mode for incremental blame for Git." t)

(require 'magit-autoloads)

(autoload 'magit-status "magit")
(setq magit-save-some-buffers nil
magit-process-popup-time 10
magit-completing-read-function 'magit-ido-completing-read)
Expand All @@ -19,7 +19,9 @@

(eval-after-load 'magit
'(progn
(require 'magit-svn)))
(require 'magit-key-mode)
(require 'magit-svn)
))

(autoload 'rebase-mode "rebase-mode")
(add-to-list 'auto-mode-alist '("git-rebase-todo" . rebase-mode))
Expand Down

0 comments on commit d046440

Please sign in to comment.