Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/candera/emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Aug 18, 2011
2 parents eb654c2 + 825c925 commit 6bec399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -15,7 +15,7 @@
url = https://github.com/superbobry/io-mode.git
[submodule "magit"]
path = magit
url = https://github.com/philjackson/magit.git
url = https://github.com/magit/magit.git
[submodule "slime-2010-05-19"]
path = slime-2010-05-19
url = git://git.boinkor.net/slime.git
Expand Down
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -689,6 +689,8 @@
;; emacs, whereas I run magit-status all the time
(global-set-key (kbd "C-x m") 'magit-status)

(setq magit-default-tracking-name-function 'magit-default-tracking-name-branch-only)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Set up gist.el
Expand Down
2 changes: 1 addition & 1 deletion magit
Submodule magit updated 6 files
+19 −17 Makefile
+2 −0 README.md
+1 −1 magit-key-mode.el
+296 −170 magit.el
+7 −7 magit.texi
+176 −39 rebase-mode.el

0 comments on commit 6bec399

Please sign in to comment.