From d0ef326db816df4baea2d09c0691a537128f1dfd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Feb 2012 10:39:19 +0000 Subject: [PATCH] customized magit local branch name behaviour, and added additional repo dirs --- custom-variables.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index 17c51c4..43034be 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -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)