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/.
This commit is contained in:
Tom Willemsen 2013-03-28 01:55:12 +01:00
parent ba42d20b90
commit 85100905e4

View file

@ -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"))