doom-emacs VS dot-doom

Compare doom-emacs vs dot-doom and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
doom-emacs dot-doom
2 5
24 113
- -
0.0 3.6
about 3 years ago 4 months ago
YASnippet Emacs Lisp
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

doom-emacs

Posts with mentions or reviews of doom-emacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-13.
  • Configuring emacs the right way
    7 projects | /r/emacs | 13 Jan 2022
    You can take a look at the default init.el file for Doom emacs here, as you can see, there is a :lang section where you can uncomment support for commonly used languages. Although you generally don't change the init.el file too much, usually, it is there to load your actual config files. If your language is not supported out of the box, there are ways to add packages (a.k.a. "plug-ins") in packages.el. And you can add customizations in config.el.
  • doom-emacs: My Doom Emacs configuration
    1 project | /r/planetemacs | 13 Mar 2021

dot-doom

Posts with mentions or reviews of dot-doom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-24.
  • Starter Kit Recommendation: Spacemacs, Doom, or Centaur
    1 project | /r/emacs | 25 Mar 2021
    I switched from a hand-maintained config to Doom last year, and I can highly recommend it. It's very well organized, the community is very friendly and it works great. If you are interested, my config is at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Trouble with the init.el file using org
    3 projects | /r/emacs | 24 Feb 2021
    This sets the default for all the emacs-lisp blocks in the file, but you can still selectively write other blocks to different files, or not at all by specifying :tangle no. This way you can easily tangle multiple destination files from a single Org file. For an example, you can see my doom.org file, from which Doom's init.el, config.el and packages.el are all tangled.
  • Is there a way to create a beautiful presentation from Emacs?
    8 projects | /r/emacs | 22 Feb 2021
    In my config I have a hook I can call after saving the .org file to automatically export it and update the open browser to the current slide. This makes the process of updating/viewing the presentation a lot smoother. You can find my config here: https://github.com/zzamboni/dot-doom/blob/master/doom.org#revealjs-presentations
  • Long-Time Emacs User Looking to Level-Up (note-taking for classes)
    12 projects | /r/emacs | 16 Feb 2021
    Note that I said my "old config". A few months ago. I decided to try Doom Emacs. Over a couple of days, I ported most of the important bits of my decades-old, hand-maintained config, and in the process realized I could get rid of a lot of scaffolding (like the whole package-management bits in your config) by virtue of Doom's existing mechanisms, and also I could omit a lot of the configuration because Doom includes decent defaults for many things. I have not regretted moving to Doom. You can find my new config at https://github.com/zzamboni/dot-doom/blob/master/doom.org.
  • Problem requiring ox- packages in org-export-backends
    1 project | /r/emacs | 1 Feb 2021
    If you use use-package, it works well to define the package to be loaded :after org. I have lots of examples in my old emacs config, for example: (use-package ox-hugo :defer 3 :after org :custom (org-hugo-use-code-for-kbd t)) I now use Doom Emacs, but the same technique can be used with use-package!. For example, from my Doom Config: (use-package! ox-leanpub :after org :config (require 'ox-leanpub-markdown) (org-leanpub-book-setup-menu-markdown)) HTH

What are some alternatives?

When comparing doom-emacs and dot-doom you can also consider the following projects:

yasnippet-snippets - a collection of yasnippet snippets for many languages

pdf-tools - Emacs support library for PDF files.

emacs-from-scratch - An example of a fully custom Emacs configuration developed live on YouTube!

writeroom-mode - Writeroom-mode: distraction-free writing for Emacs.

doom.d - My somewhat modular emacs config.

org-pomodoro - pomodoro technique for org-mode

emacs-config - My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.

org-tree-slide - A presentation tool for org-mode based on the visibility of outline trees

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

git-auto-commit-mode - Automatically commit to git after each save

latex-math-input - Snippets for LaTeX math input

org-reveal - Exports Org-mode contents to Reveal.js HTML presentation.