From f455c07ce8660c0df3a5bbe4a652be694219708f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 18 Mar 2021 09:22:07 -0500 Subject: [PATCH] Add "~/Applications/racket" to path --- early-init.el | 1 + 1 file changed, 1 insertion(+) 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 @@ (expand-file-name "Everything" win-app-dir) (expand-file-name "Win-builds/bin" win-app-dir) (expand-file-name "Z/bin" win-app-dir) + (expand-file-name "racket" win-app-dir) ;; Linux (expand-file-name "bin" user-emacs-directory) (expand-file-name "~/bin")