diff options
author | Case Duckworth | 2021-03-18 09:22:07 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-18 09:22:07 -0500 |
commit | f455c07ce8660c0df3a5bbe4a652be694219708f (patch) | |
tree | 17527082982ec6e3882ba7dcaab85abd7e10fc1c | |
parent | Remove empty comment lines in headers (diff) | |
download | emacs-f455c07ce8660c0df3a5bbe4a652be694219708f.tar.gz emacs-f455c07ce8660c0df3a5bbe4a652be694219708f.zip |
Add "~/Applications/racket" to path
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 201506a..68e9f5d 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -109,6 +109,7 @@ | |||
109 | (expand-file-name "Everything" win-app-dir) | 109 | (expand-file-name "Everything" win-app-dir) |
110 | (expand-file-name "Win-builds/bin" win-app-dir) | 110 | (expand-file-name "Win-builds/bin" win-app-dir) |
111 | (expand-file-name "Z/bin" win-app-dir) | 111 | (expand-file-name "Z/bin" win-app-dir) |
112 | (expand-file-name "racket" win-app-dir) | ||
112 | ;; Linux | 113 | ;; Linux |
113 | (expand-file-name "bin" user-emacs-directory) | 114 | (expand-file-name "bin" user-emacs-directory) |
114 | (expand-file-name "~/bin") | 115 | (expand-file-name "~/bin") |