summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-11 18:22:52 -0600
committerCase Duckworth2020-12-11 18:22:52 -0600
commit7cec319f07625262d11b8bd459f87b7e9846307c (patch)
tree16cd1b73a7d8da3242164fe3bc81dda1e1dda856 /config.org
parentUpdate README (diff)
downloademacs-7cec319f07625262d11b8bd459f87b7e9846307c.tar.gz
emacs-7cec319f07625262d11b8bd459f87b7e9846307c.zip
Add paths to exec-path
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
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))))