customized magit local branch name behaviour, and added additional repo dirs

This commit is contained in:
2012-02-29 10:39:19 +00:00
parent 87e87bfdff
commit d0ef326db8

View File

@@ -50,7 +50,8 @@
'(icomplete-mode t)
'(ispell-program-name "aspell")
'(magit-completing-read-function (quote magit-ido-completing-read))
'(magit-repo-dirs (quote ("~/Projects")))
'(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only))
'(magit-repo-dirs (quote ("~/Projects" "~/.dotfiles" "~/.emacs.d")))
'(magit-status-buffer-switch-function (quote switch-to-buffer))
'(markdown-command "redcarpet")
'(ns-tool-bar-display-mode nil t)