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)