[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Company - idle completion not working
From: |
Thorsten Jolitz |
Subject: |
Re: Company - idle completion not working |
Date: |
Fri, 18 Apr 2014 18:00:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Dmitry Gutov <dgutov@yandex.ru> writes:
> 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.
The funny thing is that it actually works in Org-mode but not in
emacs-lisp-mode or the scratch buffer.
> Next time, please search the issues first.
Have to read more about company, just discovered it and was a bit
disappointed that it did nothing when I tried it with emacs lisp.
--
cheers,
Thorsten