Save hook for major modes

One of the things I like the most about Go is its go fmt tool. I don’t worry about formatting my code while I am writing it because I know that fmt is going to be there and it will do the work for me later. Said that, the Go layer for Spacemacs is the one that is going to run it for you. Sometimes we need to deal with languages that don’t have this functionality, in my case, I found this issue working with Elixir & Ruby (happily Python forces you to write well :D).
Read more →

Key bindings for Spacemacs

I am a happy user of Spacemacs since few months ago. I was (and I still am) a vim user but Spacemacs provide you extremely good defaults and the installation of layers isn’t painful at all, things that I sadly can’t say about vim. I ended up with a lot of configuration on my dot files and everytime I wanted to try, for example, a new language, it was difficult to get it working well.
Read more →