summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-18 09:22:07 -0500
committerCase Duckworth2021-03-18 09:22:07 -0500
commitf455c07ce8660c0df3a5bbe4a652be694219708f (patch)
tree17527082982ec6e3882ba7dcaab85abd7e10fc1c /early-init.el
parentRemove empty comment lines in headers (diff)
downloademacs-f455c07ce8660c0df3a5bbe4a652be694219708f.tar.gz
emacs-f455c07ce8660c0df3a5bbe4a652be694219708f.zip
Add "~/Applications/racket" to path
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el1
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")