Fork me on GitHub
#spacemacs
<
2021-01-01
>
Janne Sauvala12:01:52

During the holidays I have been giving emacs another try to be my main dev tool. I really like spacemacs since it feels more familiar to me (I have been using IntelliJ and vscode). I would also like to try out doom emacs since I have been reading good stuff about it and one of my colleagues is using it. Have you tried doom and what is your opinion about it as a spacemacs user? Have you missed some features that you have in spacemacs but not in doom?

practicalli-johnny13:01:40

@janne.sauvala I have tried Doom a few times over the last year. My favourite thing about Doom is the mode-line theme, which I now use with Spacemacs. Doom itself is missing too many tools for me to be productive. These things could be added / configured in Doom with some work, but that is simply duplicating what is in Spacemacs or having to manage more custom configuration. I find Doom much slower to use as the key binding mnemonics do not make as much sense as the Spacemacs key design. Yes, startup time is notably faster after the initial install, but startup time is trivial compared to the speed I can go when Emacs is running. I rarely restart Emacs anyway and there is Emacs client. If someone wants minimal features and has a strong preferrence for Ivy over Helm, then they maybe some advantages to Doom. From discussions, the most common advantage is the view that it's simpler to customize Doom, as there are very few abstractions on top of Emacs and it packages. My own experience suggest it's a lot more work to start using rather Doom (partly because of the customisation I would require). I assume as more people use Doom, some things will be added, but unless something bad happens with Spacemacs, I don't have the time to spare to craft the same experience in Doom as I already have in Spacemacs.

thanks2 6
Janne Sauvala15:01:34

Thanks for the insightful response. I have followed your spacemacs guides and your configs were a huge inspiration. Your videos was one of the reasons I have been giving emacs another try. I’m a huge fan of the mnemonic key bindings in spacemacs and it is good to know that doom customization would require extra time to get it bar with spacemacs. I’m still learning emacs in general and I’m grateful for every thing I don’t need to configure myself. This makes me to feel comfortable to keep investing in spacemacs. 🙂

practicalli-johnny15:01:55

I will review Doom again sometime in 2021 as I am sure both projects will continue to evolve. However, I suspect it's the Spacemac key binding that will keep me productive throughout the year.

3
zane17:01:16

I made the switch from Spacemacs to Doom and am happy with the change, but I agree with @U05254DQM’s criticism regarding the keybindings / minimalism.

zane17:01:46

You might be interested in joining the fledgeling #doom-emacs.

zane17:01:47

One thing I do like about Doom is that it has forced me to learn how to accomplish tasks the vim-way. e.g. Using gr<motion> for evaluation, or gq<motion> for alignment / fill paragraph.