From d0fb0cf7d7b8c746d3b6dcf716b31844963317bc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 28 Feb 2012 21:27:11 +0000 Subject: [PATCH] customizations for magit --- custom-variables.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-variables.el b/custom-variables.el index 24cedbd..de4d871 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -49,6 +49,8 @@ '(history-length 500) '(icomplete-mode t) '(ispell-program-name "aspell") + '(magit-completing-read-function (quote magit-ido-completing-read)) + '(magit-repo-dirs (quote ("~/Projects"))) '(markdown-command "redcarpet") '(ns-tool-bar-display-mode nil t) '(ns-tool-bar-size-mode nil t)