Hacker News new | ask | show | jobs
by remedan 1612 days ago
I had a very similar experience when I decided to learn Emacs recently. The first thing I did was try Doom Emacs. It was nice but I felt that there is this big layer of stuff separating me from having complete control over my editor.

So I deleted my config. Went through the tutorial with vanilla setup. Then I continuously kept adding packages and tinkering with my config. After about two weeks, I felt that my productivity was on par with what it was previously in Neovim.

I've been using Emacs for a couple of months now and I'm happy I went this route. It is a tool I use almost daily and thus having a deep level of understanding and control is worth it.

1 comments

This is what I did (after brief stint with Spacemacs), only what I did is gradually break apart doom-emacs from inside it, as in remove abstractions and stuff I didn't use until it was a plain (single file) emacs config, then went the other direction with modularisation.

This was very educative and I learned a lot about Emacs and Elisp.

The irony is after all of this I'm back to Vim and I don't feel like going back to Emacs (yet).