From eeb506f55237a289725f932bdf233f2443c73261 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 25 Oct 2020 13:18:40 -0500 Subject: Change line-endings to Unix --- early-init.el | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 early-init.el (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el deleted file mode 100644 index 5e62175..0000000 --- a/early-init.el +++ /dev/null @@ -1,22 +0,0 @@ -;;; early-init.el -*- lexical-binding: t; no-byte-compile: t -*- - -(setq load-prefer-newer t) - -;;; Bootstrap `straight.el' -(defvar bootstrap-version) -(let ((bootstrap-file - (expand-file-name "straight/repos/straight.el/bootstrap.el" - user-emacs-directory)) - (bootstrap-version 5)) - (unless (file-exists-p bootstrap-file) - (with-current-buffer - (url-retrieve-synchronously - "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" - 'silent 'inhibit-cookies) - (goto-char (point-max)) - (eval-print-last-sexp))) - (load bootstrap-file nil 'nomessage)) - -;;; Bootstrap `use-package' -(setq straight-use-package-by-default t) -(straight-use-package 'use-package) -- cgit 1.4.1-21-gabe81