[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Company Eclim remove-if error
From: |
Dmitry Gutov |
Subject: |
Re: Company Eclim remove-if error |
Date: |
Sun, 07 Dec 2014 02:34:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) |
Hi!
"typedeph ." <typedeph@gmail.com> writes:
> (require 'eclim)
> (require 'company-emacs-eclim)
> (company-emacs-eclim-setup)
>
> Can someone tell me what I'm doing wrong? I get an error the minute I add
> (company-emacs-eclim-setup)
Looks the same as https://github.com/senny/emacs-eclim/issues/95.
To work around it, try adding
(require 'cl)
to your init file before `company-emacs-eclim-setup' call.