summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-28 01:55:12 +0100
committerGravatar Tom Willemsen2013-03-28 01:55:12 +0100
commit85100905e4842b5f3ba779e308b36d1e2abc806d (patch)
tree49329141cd47713d80cf76230d0799c08edb937d
parentba42d20b902d228a0b57af3420dbd281a5929762 (diff)
downloaddotfiles-85100905e4842b5f3ba779e308b36d1e2abc806d.tar.gz
dotfiles-85100905e4842b5f3ba779e308b36d1e2abc806d.zip
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/.
-rw-r--r--emacs/init.org2
1 files changed, 1 insertions, 1 deletions
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"))