Refactor core initialization process

A vastly simpler bootstrap process.

Also load core libs in core-lib (duh)
This commit is contained in:
Henrik Lissner 2018-05-19 16:42:31 +02:00
parent 59f510e85f
commit fa37d7b05e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 19 additions and 16 deletions

View file

@ -1,5 +1,10 @@
;;; core-lib.el -*- lexical-binding: t; -*-
(let ((load-path doom-site-load-path))
(require 'subr-x)
(require 'cl-lib)
(require 'map))
(eval-and-compile
(unless EMACS26+
(with-no-warnings