From 0c01cff6133ab4fec3df3d4c4090b803e9a06cbe Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Feb 2012 09:39:51 +0000 Subject: [PATCH] changed magit switch behaviour --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index de4d871..17c51c4 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -51,6 +51,7 @@ '(ispell-program-name "aspell") '(magit-completing-read-function (quote magit-ido-completing-read)) '(magit-repo-dirs (quote ("~/Projects"))) + '(magit-status-buffer-switch-function (quote switch-to-buffer)) '(markdown-command "redcarpet") '(ns-tool-bar-display-mode nil t) '(ns-tool-bar-size-mode nil t)