Fork me on GitHub
#emacs
<
2017-02-10
>
arthur08:02:41

@cappy2112 I'll try to help get your emacs setup going, and there are others in here that know much more than I do this is a good place to chat about it

arthur08:02:32

I sent an emacs init.el file that used the "use-package" package to install the basic packages for a decent experience with Clojure.

arthur08:02:30

And it seems that the calls to the package system are not working for you, so it's unable to actually install any packages.

arthur08:02:03

Does this sound like I've gotten remotely close to understanding what's going on?

jeffh-fp20:02:40

hey now - new Emacs user here... setup based on http://www.braveclojure.com/basic-emacs/ and now I'm trying to get auto-completion to work with https://github.com/clojure-emacs/ac-cider -- I installed it and added it to my init.el file, and it says

ac-cider should now automatically be enabled when you visit a buffer in which cider-mode is active and auto-complete is enabled. (The symbols “cider” and “AC” should appear in the modeline.)
but I'm not seeing that. Ideas?

jeffh-fp20:02:32

auto-complete was working fine in the REPL even before messing around with ac-cider...

dpsutton21:02:39

jeff, brave clojure uses an ancient version of CIDER (0.8 vs 0.15). I spent two hours with someone recently who tried to use it and upgrade and we couldn't figure it out

dpsutton21:02:07

if you're looking for a nice out of the box solution, I would recommend bbatsov's (creator of CIDER) emacs init called prelude

dpsutton21:02:55

that's what i run and i've been immensely happy with it

dpsutton21:02:14

but is your problem here that you're just not seeing the modeline minor modes?

dpsutton21:02:36

stuff like this?

jeffh-fp21:02:57

ok I can look into using Prelude

dpsutton21:02:59

or are you having issues with the autocomplete?

jeffh-fp21:02:42

my issue is that autocomplete isn't working -- minor modes aren't getting activated (but I have no idea how they do get activated)

jeffh-fp21:02:04

but if I should upgrade first that's fine you tell me

dpsutton21:02:15

honestly, I would just jump on prelude

jeffh-fp21:02:23

I'll give that a shot and see

dpsutton21:02:52

that version you are on has a checked in, byte compiled, old version of cider. i think there have been changes in bytecode and other things

dpsutton21:02:55

it was just nasty

jeffh-fp21:02:45

I'll report back 🙂