[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Company - idle completion not working
From: |
Dmitry Gutov |
Subject: |
Re: Company - idle completion not working |
Date: |
Fri, 18 Apr 2014 17:53:54 +0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Thorsten Jolitz <tjolitz@gmail.com> writes:
> I just discovered company-mode, and it basically works with this in my
> init.el:
>
> ,-------------------------------------------------------
> | (when (try-require 'company)
> | (add-hook 'after-init-hook 'global-company-mode)
> | (setq company-begin-commands '(self-insert-command))
If you're typing the text you mentioned in an org-mode buffer, the above
line is likely the problem.
See https://github.com/company-mode/company-mode/issues/91, for example.
Next time, please search the issues first.