ELPACA: Wait until use-package integration fully loaded
Stolen from github: https://github.com/progfolio/elpaca/issues/236 If the maintainer does it, it probably is needed.
This commit is contained in:
parent
ce1c827f4c
commit
1a99cb8ccb
1 changed files with 8 additions and 5 deletions
13
config.org
13
config.org
|
|
@ -51,11 +51,14 @@
|
||||||
** Use-package integration
|
** Use-package integration
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; Install use-package support
|
;; Install use-package support
|
||||||
(elpaca elpaca-use-package
|
(elpaca elpaca-use-package
|
||||||
;; Enable use-package :ensure support for Elpaca.
|
;; Enable use-package :ensure support for Elpaca.
|
||||||
(elpaca-use-package-mode)
|
(elpaca-use-package-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; wait to get elpaca use-package integration
|
||||||
|
(elpaca-wait)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* General config
|
* General config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue