malabar-mode icon indicating copy to clipboard operation
malabar-mode copied to clipboard

can't run 'activate-malabar-mode'

Open lwiechec opened this issue 9 years ago • 2 comments

HI Matthew,

I have problems with starting malabar-mode (latest MELPA package, 20150625.2002).

When I try to do M-x activate-malabar-mode, I get this message:

eval-buffer: Cannot open load file: no such file or directory, ede/maven2

this, I believe comes from the last lines in malabar-ede-maven.el file.

My EDE is of version 1.2

lwiechec avatar Jun 26 '15 13:06 lwiechec

@lwiechec I had same problem, we shoud use develop version of cedet.

hangingman avatar Oct 16 '15 07:10 hangingman

In my case, I had the develop version of cedet installed but, since I'm using bbatsov's prelude, I wasn't loading it early enough. For anyone else in the same boat, make sure the malabar-mode setup file is in .emacs.d/personal/preload, not just .emacs.d/personal

Darael avatar Oct 18 '15 18:10 Darael