about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-23 23:10:55 -0500
committerCase Duckworth2021-03-23 23:10:55 -0500
commitef900ac987044dd1bea39e7ec8b7b7e7bc9f4428 (patch)
tree0869c59e5e5062731b1554d16da0dc193525e3fb
parentStuff (diff)
parentAdd "~/Applications/racket" to path (diff)
downloademacs-ef900ac987044dd1bea39e7ec8b7b7e7bc9f4428.tar.gz
emacs-ef900ac987044dd1bea39e7ec8b7b7e7bc9f4428.zip
Merge branch 'main' of tildegit.org:acdw/emacs
-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")