diff options
-rw-r--r-- | config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index 8e31095..32635d9 100644 --- a/config.org +++ b/config.org | |||
@@ -26,6 +26,10 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. | |||
26 | (expand-file-name "PortableGit/bin" | 26 | (expand-file-name "PortableGit/bin" |
27 | win-downloads) | 27 | win-downloads) |
28 | (expand-file-name "PortableGit/usr/bin" | 28 | (expand-file-name "PortableGit/usr/bin" |
29 | win-downloads) | ||
30 | (expand-file-name "m/usr/bin" | ||
31 | win-downloads) | ||
32 | (expand-file-name "m/mingw64/bin" | ||
29 | win-downloads))) | 33 | win-downloads))) |
30 | (when (file-exists-p path) | 34 | (when (file-exists-p path) |
31 | (add-to-list 'exec-path path)))) | 35 | (add-to-list 'exec-path path)))) |