Browse Source

fixed #241 - fixed a typo in a function name

custom
Bozhidar Batsov 13 years ago
parent
commit
bb6f87c904
  1. 2
      core/prelude-packages.el

2
core/prelude-packages.el

@ -59,7 +59,7 @@
;; install the missing packages
(-each
(-reject #'package-installed-p prelude-packages)
#'package-install-p)))
#'package-install)))
(prelude-install-packages)

Loading…
Cancel
Save