From 85100905e4842b5f3ba779e308b36d1e2abc806d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Mar 2013 01:55:12 +0100 Subject: Emacs: Remove ~/var/src from magit-repo-dirs Only old projects live there, if I still want to work on any of them they should be moved to ~/projects/. --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 739c038..a41452b 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -612,7 +612,7 @@ them immediately, they take a little time to load. (setq jabber-vcard-avatars-publish nil) (setq jabber-vcard-avatars-retrieve nil) (setq jit-lock-defer-time 0.2) - (setq magit-repo-dirs '("~/projects/" "~/var/src/")) + (setq magit-repo-dirs '("~/projects/")) (setq message-log-max 1000) (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq message-sendmail-extra-arguments '("-a" "ryuslash")) -- cgit v1.2.3-54-g00ecf