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:
parent
ba42d20b90
commit
85100905e4
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue