This commit is contained in:
Sergey Shishkin 2015-11-30 02:35:41 +08:00 committed by syl20bnr
parent 658b8dfbf0
commit 83e08d9e68
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ remove =flycheck= support in python buffers, look for the function
** Disable company for a specific major-mode?
It may be handy to disable =company= for a given mode if you plan on
configuring =auto-complete= instead. On easy way to do it is to use the
configuring =auto-complete= instead. One easy way to do it is to use the
macro =spacemacs|disable-company= in the function =dotspacemacs/user-config=
of your dotfile. The following snippet disables company for
=python-mode=: