fixed #241 - fixed a typo in a function name
This commit is contained in:
parent
b01492e7ea
commit
bb6f87c904
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
;; install the missing packages
|
;; install the missing packages
|
||||||
(-each
|
(-each
|
||||||
(-reject #'package-installed-p prelude-packages)
|
(-reject #'package-installed-p prelude-packages)
|
||||||
#'package-install-p)))
|
#'package-install)))
|
||||||
|
|
||||||
(prelude-install-packages)
|
(prelude-install-packages)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue