From 8cc9201977ead6fb72e74ece8063b975fcc306bd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Feb 2021 07:45:16 -0600 Subject: Merge branch 'main' of tildegit.org:acdw/emacs --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 1c2492e..b208092 100644 --- a/early-init.el +++ b/early-init.el @@ -19,11 +19,13 @@ (dolist (path (list ;; Windows (expand-file-name "exe" win-app-dir) + (expand-file-name "exe/bin" win-app-dir) (expand-file-name "Git/bin" win-app-dir) (expand-file-name "Git/usr/bin" win-app-dir) (expand-file-name "Git/mingw64/bin" win-app-dir) (expand-file-name "Everything" win-app-dir) (expand-file-name "Win-builds/bin" win-app-dir) + (expand-file-name "Z/bin" win-app-dir) ;; Linux (expand-file-name "bin" user-emacs-directory) (expand-file-name "~/bin") -- cgit 1.4.1-21-gabe81