diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 9 |
1 files changed, 3 insertions, 6 deletions
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 | |||
1687 | <<acdw-mode>> | 1687 | <<acdw-mode>> |
1688 | 1688 | ||
1689 | ;;; PACKAGES | 1689 | ;;; PACKAGES |
1690 | ;; straight.el depends on git, which /should be/ find-able by the PATH | 1690 | <<packages>> |
1691 | ;; manipulation in early-init.el. Just in case, though, we'll check | 1691 | |
1692 | ;; that we can find git. | ||
1693 | (when (executable-find "git") | ||
1694 | <<packages>> | ||
1695 | ) | ||
1696 | ;;; FUNCTIONS | 1692 | ;;; FUNCTIONS |
1697 | <<functions>> | 1693 | <<functions>> |
1698 | 1694 | ||
@@ -1705,6 +1701,7 @@ my config here /logically/, while keeping the generated file organized | |||
1705 | (when (memq system-type '(gnu gnu/linux gnu/kfreebsd)) | 1701 | (when (memq system-type '(gnu gnu/linux gnu/kfreebsd)) |
1706 | <<linux-specific>> | 1702 | <<linux-specific>> |
1707 | )) | 1703 | )) |
1704 | |||
1708 | ;; at work | 1705 | ;; at work |
1709 | (eval-and-compile | 1706 | (eval-and-compile |
1710 | (when (memq system-type '(ms-dos windows-nt)) | 1707 | (when (memq system-type '(ms-dos windows-nt)) |