diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 67b7b69..d397bd6 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -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) - (require 'projectile) - (require 'magit) + (eval-when-compile ; to silence the byte compiler + (require 'projectile) + (require 'magit)) (setq magit-repository-directories (mapcar (lambda (dir)