Change line-endings to Unix

This commit is contained in:
Case Duckworth 2020-10-25 13:18:40 -05:00
parent 1a29e22362
commit eeb506f552
2 changed files with 555 additions and 609 deletions

View File

@ -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)

1142
init.org

File diff suppressed because it is too large Load Diff