Spacemacs - General Discussion, Blog Posts, Wiki

Solarized dark. :slight_smile:

Hi does anyone have up to date Spacemacs + Alchemist tutorial for noob? :wink: I spent over an hour today trying to make it work. I canā€™t find company-mode nowhere on ELPA or elswhere, is it deprecated? Spacemacs tries to add to my dotfile elixir everytime i open .ex file, and yet not even syntax is colorized :confused: I get error about perspectives not being found anywhere on elpa too. Also donā€™t know and didnā€™t find any thorough info how to set indentation level, there are just bits of info without concrete information like this: put this line xxx to that file xxx.xxx in this function (xxx)( HERE ) :(.

Same, I use solarized dark about everywhere, even as my github theme. ^.^

Would you mind sharing a gist of your .spacemacs file?

I keep meaning to port Elixify overā€¦

1 Like

Not at all, here it is. https://gist.github.com/sztosz/3b31e2aff9c45e2e204d2788dea3c20c Iā€™d appricieate if you can look it over :slight_smile:

I think i may have solved problem the hard way. I deleted .spacemacs and let it recreate on next startup.

I had a quick look. Do me a favor, give my config file a try and see if you like it.

You can also check the differences to see where I enabled alchemist and auto-completion.

Thank you :slight_smile: I had to comment out font ligatures substitution, function from line 253 because it freezed on SPC b b but other then that I have working Alchemist, and a base to start learning emacs :slight_smile: Thank you very much :thumbsup:

1 Like

Awesome! Those font ligatures are awesome, might be worth investigating why it is freezing on spc b b

I also feel itā€™s a pretty rad setup for JavaScript. If you need help I can tell you how to condense things with tern, generate and setup your tern file, and have intelligent autocomplete for your favorite JS libs (mine are react, redux, rxjs).

Itā€™s also set up for elm and go and rust and clojure andā€¦ I play around too much.

1 Like

I hate JS, really, really hate it :smiley: When people ask me to help with JS I tell them that I donā€™t understand it, and even I see an obvious bug I keep my mouth shut and play stupid, they stop bothering me with JS sooner or later. So I appreciate the offer, but I donā€™t think I need anything JS related to be honest :wink:

With the ligatures problem there is this issue Some features hang with font ligatures Ā· Issue #6468 Ā· syl20bnr/spacemacs Ā· GitHub but itā€™s closed. Iā€™m on mac sierra using emacs macport maybe that is the issue. Donā€™t have time now to investigate, but If Iā€™ll find solution Iā€™ll post it.

Oh, I had an issue with freezing too when I tried out emacs-plus as suggested on the installation guide. I solved it by brew uninstalling emacs-plus, brew installing emacs-mac. Sounds like you are on emacs-mac though, so dunno.

Anyway, enjoy!

I didnā€™t know about Fira Code font, I should check it out, @terakilobyte why do you include alchemist on the additional-packages, isnā€™t it included with the Elixir layer?

1 Like

It might be now, dunno. My config file has changed very little over time. Iā€™ve only changed it when I want something new or need to fix something, and currently ā€œit ainā€™t brokeā€.

Hey, Iā€™ve just published my Rebecca theme. I currently use it for my Elixir coding. Itā€™s based on dracula and gloom.

Rebecca

6 Likes

I wanted to try it out, but it doesnā€™t seem like itā€™s actually up on MELPA yet. Do you have an ETA on that? I see that as of writing there was apparently a build going on and they apparently take 4 hours. Do you think itā€™ll be in the next load on MELPA?

If you do use spacemacs, and have a custom layer for your themes, you can fetch it from github otherwise weā€™d have to wait for the MELA recipe to be available. :slight_smile:

@gon782 looks like itā€™s ready now.

Checking it out now. The obvious downside is that like a lot of dark themes with dark-but-not-black backgrounds it looks wonky in a terminal (odd blue background), but it looks really nice in the GUI version. Iā€™m gonna use it as my main theme for the coming week and weā€™ll see how it goes. Thanks! :slight_smile:

1 Like

Hi all, I am just updating the wiki, can you please confirm the recommended set-up installation procedure please? Is it as follows:

  • Install Emacs
  • Install SpaceMacs

Then:

OR

Whatā€™s the best approach?

2 Likes

Use the first approach. the second one is for pure emacs and might be discovered as an orphan and deleted by Spacemacs.

3 Likes

ā€œBestā€ is kinda hard, but the elixir layer on spacemacs brings more to the table than installing only alchemist, so it is probably the recommended approach (for me personally, at least). And what @Forseth said.

3 Likes