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
|
|
@ -51,11 +51,14 @@
|
|||
** Use-package integration
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
;; Install use-package support
|
||||
(elpaca elpaca-use-package
|
||||
;; Install use-package support
|
||||
(elpaca elpaca-use-package
|
||||
;; Enable use-package :ensure support for Elpaca.
|
||||
(elpaca-use-package-mode)
|
||||
)
|
||||
|
||||
;; wait to get elpaca use-package integration
|
||||
(elpaca-wait)
|
||||
#+end_src
|
||||
|
||||
* General config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue