From 83e08d9e68d3835c21eb5782585d9568f70b1767 Mon Sep 17 00:00:00 2001 From: Sergey Shishkin Date: Mon, 30 Nov 2015 02:35:41 +0800 Subject: [PATCH] Typo --- doc/FAQ.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.org b/doc/FAQ.org index da785853c..9a467c7ea 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -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=: