Just a typo fix for auto-completion layer.
This commit is contained in:
Xiao Hanyu 2016-10-27 11:06:19 +08:00 committed by GitHub
parent cdcf707027
commit 0de0705e88
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ for a given mode.
You may want to enable company globally to get auto-completion
everywhere even in the modes which are not configured by Spacemacs. To do
so, you just have to add =(global-company-mode)= in the
=dotspacemacs/user -config= function of your dotfile.
=dotspacemacs/user-config= function of your dotfile.
Note that if you want to enable =auto-complete= globally you will have to
disable =company= first, see the next section to do so.