Fix typos.

This commit is contained in:
kccai 2015-06-29 10:47:03 +08:00 committed by syl20bnr
parent 8ad4c25c3c
commit e961bd04b3

View file

@ -6,7 +6,7 @@
"Configuration Layers declaration."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (ie. `~/.mycontribs/')
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
;; List of configuration layers to load. If it is the symbol `all' instead
;; of a list then all discovered layers will be installed.
@ -29,7 +29,7 @@
;; syntax-checking
version-control
)
;; List of additional packages that will be installed wihout being
;; List of additional packages that will be installed without being
;; wrapped in a layer. If you need some configuration for these
;; packages then consider to create a layer, you can also put the
;; configuration in `dotspacemacs/config'.