Fix typos in packages.el

This commit is contained in:
syl20bnr 2014-09-02 21:33:56 -04:00
parent b666f879d0
commit f494d36b5d

View file

@ -5,7 +5,7 @@
("melpa" . "http://melpa.milkbox.net/packages/")))
(package-initialize)
;; installed packages as well as build-ins packages with a corresponding
;; installed packages as well as build-in packages with a corresponding
;; init-xxx file
(defvar spacemacs-packages
'(
@ -131,6 +131,6 @@
yasnippet
zenburn-theme
)
"List of all packages to install and/or initialized. Built-ins packages
which require an initialization must be listed explictely in the list."
"List of all packages to install and/or initialized. Built-in packages
which require an initialization must be listed explicitly in the list."
)