From 4a8683dbd81e32a117e11ce6a4ad57b51cc097b1 Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Fri, 22 Jan 2021 13:24:37 -0600 Subject: Remove check for git executable around packages --- config.org | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 3b415d4..d79f0d9 100644 --- a/config.org +++ b/config.org @@ -1687,12 +1687,8 @@ my config here /logically/, while keeping the generated file organized <> ;;; PACKAGES - ;; straight.el depends on git, which /should be/ find-able by the PATH - ;; manipulation in early-init.el. Just in case, though, we'll check - ;; that we can find git. - (when (executable-find "git") - <> - ) + <> + ;;; FUNCTIONS <> @@ -1705,6 +1701,7 @@ my config here /logically/, while keeping the generated file organized (when (memq system-type '(gnu gnu/linux gnu/kfreebsd)) <> )) + ;; at work (eval-and-compile (when (memq system-type '(ms-dos windows-nt)) -- cgit 1.4.1-21-gabe81