diff options
author | Case Duckworth | 2021-03-23 23:10:55 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-23 23:10:55 -0500 |
commit | ef900ac987044dd1bea39e7ec8b7b7e7bc9f4428 (patch) | |
tree | 0869c59e5e5062731b1554d16da0dc193525e3fb | |
parent | Stuff (diff) | |
parent | Add "~/Applications/racket" to path (diff) | |
download | emacs-ef900ac987044dd1bea39e7ec8b7b7e7bc9f4428.tar.gz emacs-ef900ac987044dd1bea39e7ec8b7b7e7bc9f4428.zip |
Merge branch 'main' of tildegit.org:acdw/emacs
-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") |