Fix the package! macro's :disable property
This commit is contained in:
parent
fea7c0a661
commit
b685baeb64
2 changed files with 1 additions and 3 deletions
|
@ -192,7 +192,7 @@ FORCE-P is non-nil, do it anyway.
|
||||||
(error "✕ Couldn't install %s" package)))
|
(error "✕ Couldn't install %s" package)))
|
||||||
(message "Installing core packages...done")))
|
(message "Installing core packages...done")))
|
||||||
(cl-pushnew doom-core-dir load-path :test #'string=)
|
(cl-pushnew doom-core-dir load-path :test #'string=)
|
||||||
(add-hook 'doom-init-core-hook #'doom--refresh-cache))
|
(add-hook 'after-init-hook #'doom--refresh-cache))
|
||||||
(setq doom-init-p t)))
|
(setq doom-init-p t)))
|
||||||
|
|
||||||
(defun doom-initialize-autoloads ()
|
(defun doom-initialize-autoloads ()
|
||||||
|
|
|
@ -159,8 +159,6 @@ ability to invoke the debugger in debug mode."
|
||||||
(load! core-projects) ; making Emacs project-aware
|
(load! core-projects) ; making Emacs project-aware
|
||||||
(load! core-keybinds)) ; centralized keybind system + which-key
|
(load! core-keybinds)) ; centralized keybind system + which-key
|
||||||
|
|
||||||
(run-hooks 'doom-init-core-hook)
|
|
||||||
|
|
||||||
(defun doom|after-init ()
|
(defun doom|after-init ()
|
||||||
"Run `doom-init-hook' and `doom-post-init-hook', start the Emacs server, and
|
"Run `doom-init-hook' and `doom-post-init-hook', start the Emacs server, and
|
||||||
display the loading benchmark."
|
display the loading benchmark."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue