[Magit] Fix initialization of ‘magit-repository-directories’

This commit is contained in:
Daniel - 2018-07-11 17:30:55 +02:00
parent 241ee33100
commit 8067a9130d
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ _h_ _l_ _o_k _y_ank
(setq magit-repository-directories
(mapcar
(lambda (dir)
(substring dir 0 -1))
(cons (substring dir 0 -1) 0))
(cl-remove-if-not
(lambda (project)
(unless (file-remote-p project)