From 8067a9130d7bd5f0b2d0115249e8aae6973a1c6c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 11 Jul 2018 17:30:55 +0200 Subject: [PATCH] =?UTF-8?q?[Magit]=20Fix=20initialization=20of=20=E2=80=98?= =?UTF-8?q?magit-repository-directories=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index edba4e3..e033b2c 100644 --- a/init.el +++ b/init.el @@ -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)