diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index b494448ff..49db4a3d8 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -95,7 +95,10 @@ disabled that in `+magit--forge-get-repository-lazily-a', we must manually ensure it is built when we actually use Forge." :before #'forge-dispatch (unless (file-executable-p emacsql-sqlite-executable) - (emacsql-sqlite-compile 2)))) + (emacsql-sqlite-compile 2) + (unless (file-executable-p emacsql-sqlite-executable) + (message (concat "Failed to build emacsql; forge may not work correctly.\n" + "See *Compile-Log* buffer for details")))))) (use-package! magit-todos