parent
3491ac369f
commit
29005d9975
1 changed files with 3 additions and 1 deletions
|
@ -315,7 +315,9 @@ them."
|
||||||
|
|
||||||
;; `quelpa-cache'
|
;; `quelpa-cache'
|
||||||
(when (or force-p (not (bound-and-true-p quelpa-cache)))
|
(when (or force-p (not (bound-and-true-p quelpa-cache)))
|
||||||
(require 'quelpa)
|
;; ensure un-byte-compiled version of quelpa is loaded
|
||||||
|
(unless (featurep 'quelpa)
|
||||||
|
(load (locate-library "quelpa.el") nil t t))
|
||||||
(setq quelpa-initialized-p nil)
|
(setq quelpa-initialized-p nil)
|
||||||
(or (quelpa-setup-p)
|
(or (quelpa-setup-p)
|
||||||
(error "Could not initialize quelpa"))))
|
(error "Could not initialize quelpa"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue