From 0e36933f2990fd93775d2ad890ac5c2c432b5d96 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Sat, 23 Jan 2021 12:48:44 -0600 Subject: Add Forge Forge stores its information in an SQLite database, and on Windows, that's not just available. I found a solution in Win Builds (http://win-builds.org/doku.php), though I think I could've just downloaded a gcc binary and added that to my PATH, or something. It probably requires further research. Anyway, that's why the exec-path is updated as well. --- early-init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index f9486ff..1c2492e 100644 --- a/early-init.el +++ b/early-init.el @@ -23,6 +23,7 @@ (expand-file-name "Git/usr/bin" win-app-dir) (expand-file-name "Git/mingw64/bin" win-app-dir) (expand-file-name "Everything" win-app-dir) + (expand-file-name "Win-builds/bin" win-app-dir) ;; Linux (expand-file-name "bin" user-emacs-directory) (expand-file-name "~/bin") -- cgit 1.4.1-21-gabe81