all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Company Eclim remove-if error
@ 2014-12-06 19:10 typedeph .
  2014-12-07  0:34 ` Dmitry Gutov
  2015-02-11 17:03 ` Jude DaShiell
  0 siblings, 2 replies; 4+ messages in thread
From: typedeph . @ 2014-12-06 19:10 UTC (permalink / raw)
  To: help-gnu-emacs

Hello, I'm a beginner in emacs and have been having trouble setting up this
emacs eclim package for a while. Although I think I have successfully set
up eclim I am unable to make company work for it. I have tried to follow
the instructions on the emacs-eclim website as best as possible: install
eclim, launch the eclimd server, install emacs-eclim and set up
emacs-eclim. As I am a beginner my init.el is very short:
(add-to-list 'package-archives
         '("marmalade" . "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives
         '("melpa" . "http://melpa.milkbox.net/packages/"))
(package-initialize)

(require 'evil)
(evil-mode 1)

(setq c-default-style "bsd"
      c-basic-offset 4)

(require 'company)
(add-hook 'after-init-hook 'global-company-mode)

(custom-set-variables
 '(eclim-eclipse-dirs '("~/Apps/eclipse"))
 '(eclim-exectuable "~/Apps/eclipse/eclimd"))
(setq eclimd-default-workspace "~/workspace")

(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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-11 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-06 19:10 Company Eclim remove-if error typedeph .
2014-12-07  0:34 ` Dmitry Gutov
2014-12-08  7:11   ` typedeph
2015-02-11 17:03 ` Jude DaShiell

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.