Refactor initialization; allow package! to universally disable packages
No need for def-package-hook! for disable packages anymore, you can do it from package! in packages.el files.
This commit is contained in:
parent
ebf276c6e7
commit
21a23228f2
3 changed files with 47 additions and 43 deletions
|
@ -1,10 +1,5 @@
|
|||
;;; 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue