Optimized Performance
Doom Emacs is engineered to be fast and responsive, minimizing the lag that can be present in a heavily customized Emacs setup.
Modular Configuration
It uses a modular configuration system that allows users to enable or disable individual modules easily, helping tailor Emacs to specific workflows without much hassle.
Community Support
Doom Emacs has an active and helpful community, providing ample support, tutorials, and extensions.
Modern Defaults
It comes with sensible defaults and polished aesthetics out of the box, reducing the need for extensive user configuration.
Extensive Documentation
Doom Emacs provides thorough documentation that helps new and old users understand the configuration options and customization procedures.
Evil Mode
For Vim users, Doom Emacs comes with Evil Mode pre-configured, enabling Vim-like keybindings and making the transition smoother.
Yes, Doom Emacs is generally considered a good configuration framework for Emacs.
We have collected here some useful links to help you find out if Doom Emacs is good.
Check the traffic stats of Doom Emacs on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Doom Emacs on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Doom Emacs's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Doom Emacs on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Doom Emacs on Reddit. This can help you find out how popualr the product is and what people think about it.
Leave? I started with vanilla Emacs a couple of years ago, ran C-h t, did that for an hour or two, and began editing joyfully and it hasn't stopped. Picked up new stuff when the need arose. However, if you want everything looking sexy and modern from the start and you're a cool kid, give this 30 minutes and see what you think: - Source: Hacker News / about 2 months ago
Having used evil-mode as my main driver for years, I can confirm that it truly works as expected. Requires some setup though. I used https://github.com/doomemacs/doomemacs to do the heavy lifting though. - Source: Hacker News / about 1 year ago
Yes, you need to install Emacs. It is probably available from whatever package manager your system uses. I prefer Doom (https://github.com/doomemacs/doomemacs) to Spacemacs. However I haven't looked at Spacemacs for many years; perhaps it's now on par with Doom. - Source: Hacker News / over 1 year ago
Ever since I've started my Emacs journey it seemed like the wholy grail to have your own (vanilla!) configuration without any hard dependencies on frameworks like Doom or Spacemacs. There are plenty of dotemacs configurations ouf there which can serve as a great source of inspiration. - Source: dev.to / over 1 year ago
I am a long-time Emacs user and used to maintain my own config, but I switched to Doom Emacs [1] a year ago. Doom Emacs is like a pre-packaged/pre-configured emacs distro. You still need to configure the features that you want to use, but it's a lot easier (and faster) than having to do everything from scratch, and definitely if you already have some emacs background anyway. For me, it makes the newer, more... - Source: Hacker News / almost 2 years ago
Try an emacs distribution and see if you like it:https://github.com/doomemacs/doomemacs. Source: almost 2 years ago
So on the GitHub for Doom, I see the visual has a file finder similar to Visual Studio Code on the left hand side. I don't wish to overly customize my Emacs without knowing what I'm getting into, but how could I go about installing and setting up that specific module on my Emacs? Source: almost 2 years ago
About the environment, well, VScode is unholy, obviously. But if you already know how to use it, that's one less thing to learn right now, which can be a very big plus. PyCharm might be an easy alternative to vscode. KDevelop is nice, too. The obvious choices would be either emacs or vim, with only the former being holy. Both will require months getting used to but are generally considered worth the effort. Emacs... Source: almost 2 years ago
Of course, the real power-user move would be to use Emacs with Org-Roam, but you have to be prepared to dive deep into the rabbit-hole. If you don't, it won't be worth it. If you do, you'll be handsomely rewarded. I know because I have, and I can highly recommend it if you like tinkering with and customising your tools. IMO, Doom Emacs is the way to go nowadays. Source: almost 2 years ago
You will find that most people in HPC use emacs (I use this) or vim. Both require configs to optimize their use. However, you can get pre-built configs and I would suggest starting with these. E.g. doom-emacs (https://github.com/doomemacs/doomemacs) is a popular one for emacs. Source: about 2 years ago
There is Evil mode, which makes Emacs totally usable. Good setups are DOOM and Spacemacs, which are very suitable to us (n)vi(m) refugees. Source: about 2 years ago
Also Doom Emacs, which is really stable (pins dependencies), fast and has great defaults: https://github.com/doomemacs/doomemacs. - Source: Hacker News / about 2 years ago
Also https://github.com/doomemacs/doomemacs is a config framework that sets everything up for you and makes heavy use of vi keybindings. Source: about 2 years ago
Doom Emacs is 100% more simple than my nvim/tmux config, and I’d take elisp over vimscript anyday. Added bonus, Org mode is the best note taking app ever. Source: about 2 years ago
And if you just want Emacs to work and not have to worry about configuring things, I recommend a framework like: Https://github.com/doomemacs/doomemacs. Source: about 2 years ago
You can try doomemacs if you want a solid starting base. (https://github.com/doomemacs/doomemacs). Emacs is so idiosyncratic compared to a lot of modern stuff people are used to, starting with a base like this where you can read config may be a little easier than trying to do it from the ground up. - Source: Hacker News / about 2 years ago
They have a really good explanation of what it is and how to install it here: https://github.com/doomemacs/doomemacs! It actually includes easy to use CLI tools for managing you editor and fixing things when they break, and abstracts away from having to manage individual plugins (which can take forever and be way more work than necessary if you just want to Get Shit Done) by having groups of plugins ("layers") for... Source: about 2 years ago
When some days ago I decided to use org-mode again, I didn't use Doom Emacs, and it was the best decision that I've made. Instead, I used Prelude, which is a very simple and powerful Emacs config, and it's much less opinionated than Doom Emacs and Spacemacs. Then I disabled the Prelude theme, and combined it with Nano-Emacs. Now I have a very simple Emacs config, which provides me with some of the best tools, and... Source: about 2 years ago
You can find distributions with plugins for those editors, like Doom Emacs or space vim. These days, I enjoy doing (neo)vim configs (with lua). Both can use the language server protocol (with different plugins or natively in neovims' case) and so you'd get similar setups done like in code. Source: about 2 years ago
Doom Emacs is worth a look. It's emacs, but "evil mode" is switched on, so it uses the vim keybinds you've already been learning, and because it's emacs, it is very very cool. There are tons of emacs packages that I've started using since adopting Doom, like the git client magit; the whole system is absolutely amazing at teaching you new shortcuts and ways to use the system. Source: about 2 years ago
Can’t go wrong with Doom. Pretty easy to configure, and is specifically aimed at vim users. Source: about 2 years ago
Do you know an article comparing Doom Emacs to other products?
Suggest a link to a post with product alternatives.
Is Doom Emacs good? This is an informative page that will help you find out. Moreover, you can review and discuss Doom Emacs here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.