Silence some flycheck warnings

This commit is contained in:
Daniel Borchmann 2022-06-13 21:06:44 +02:00
parent 731039e84f
commit 1ac4e44f86
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -443,8 +443,9 @@ Does not replace CRLF with CRCRLF, and so on."
(defun db/sync-magit-repos-from-projectile ()
"Update repositories known to magit from projectile's."
(interactive)
(eval-when-compile ; to silence the byte compiler
(require 'projectile)
(require 'magit)
(require 'magit))
(setq magit-repository-directories
(mapcar
(lambda (dir)