From cd1758df83a372087bdd39ff424205c877bb7e53 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 16 Dec 2020 08:21:31 -0600 Subject: Change exec-path order The Git that comes with mingw doesn’t work with GUI Emacs for some reason. So I put PortableGit’s path first. --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index a4ddb95..b467882 100644 --- a/config.org +++ b/config.org @@ -23,13 +23,13 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. ;; Windows (expand-file-name "emacs/bin" win-downloads) - (expand-file-name "PortableGit/bin" - win-downloads) - (expand-file-name "PortableGit/usr/bin" - win-downloads) (expand-file-name "m/usr/bin" win-downloads) (expand-file-name "m/mingw64/bin" + win-downloads) + (expand-file-name "PortableGit/bin" + win-downloads) + (expand-file-name "PortableGit/usr/bin" win-downloads))) (when (file-exists-p path) (add-to-list 'exec-path path)))) -- cgit 1.4.1-21-gabe81