Redesign straight initialization #1610 #1607

Straight throws an 'emacs-version-changed' error if you load it with a
version of Emacs it wasn't compiled with. This update causes this to
emit a more helpful error.
This commit is contained in:
Henrik Lissner 2019-07-29 21:03:49 +02:00
parent 87fd81281f
commit c3e2ec0157
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 18 additions and 16 deletions

View file

@ -1,7 +1,6 @@
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
(require 'seq)
(require 'straight nil t)
(defvar doom-auto-accept (getenv "YES")