doomemacs VS use-package

Compare doomemacs vs use-package 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
doomemacs use-package
152 67
18,495 4,365
1.2% -
9.8 2.3
7 days ago 3 months ago
Emacs Lisp Emacs Lisp
MIT License GNU General Public License v3.0 only
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.

doomemacs

Posts with mentions or reviews of doomemacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-27.
  • M-X Reloaded: The Second Golden Age of Emacs – (Think)
    4 projects | news.ycombinator.com | 27 Feb 2024
    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.

  • From Doom to Vanilla Emacs
    6 projects | dev.to | 22 Feb 2024
    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.
  • Zed is now open source
    26 projects | news.ycombinator.com | 24 Jan 2024
    Use doomemacs for a start. It really optimizes startup time and offers vast included modules as well as great package management. https://github.com/doomemacs/doomemacs/blob/master/docs/gett...
  • How to disable corfu only when `lsp-bride-mode` is active?
    1 project | /r/emacs | 20 Nov 2023
    I installed Corfu using this PR in doom https://github.com/doomemacs/doomemacs/pull/7002
  • how to learn emacs fast?
    1 project | /r/emacs | 3 Nov 2023
    The doom documentation does a pretty good job of walking you through this: - https://github.com/doomemacs/doomemacs/blob/master/docs/getting_started.org - https://noelwelsh.com/posts/doom-emacs/
  • How do i make navigation bars like this?
    1 project | /r/orgmode | 28 Oct 2023
    I was poking around and opened up the README.org file in the Doom Emac's faust module and i saw these nifty nagivation things that weren't coming form within the file. I didn't see anything in the directory that hinted at it (to me) either.
  • trouble downloading D.E. on emacs flatpak
    2 projects | /r/DoomEmacs | 23 Oct 2023
    I tried this code: $ git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ~/.config/emacs/bin/doom install
  • Emacs 29.1 Released
    12 projects | news.ycombinator.com | 30 Jul 2023
    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 advanced, features more accessible. Since switching, I started to use Emacs more again.

    [1] https://github.com/doomemacs/doomemacs

  • DONE tasks show up in Org Agenda, but [X] don't
    2 projects | /r/orgmode | 11 Jul 2023
  • Not trying to start a rumble, but why emacs
    6 projects | /r/emacs | 10 Jul 2023
    Try an emacs distribution and see if you like it:https://github.com/doomemacs/doomemacs

use-package

Posts with mentions or reviews of use-package. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Use-Package & different key bindings based on host computer
    2 projects | /r/emacs | 29 Jun 2023
    Another way would be to redefine parts of the bind-key macro or its use-package support functions
  • Can't remove Emacs as "cask emacs is not installed"
    2 projects | /r/emacs | 1 Jun 2023
    The package-install call installs use-package that provides a utility of the same name to make it easier to manage packages. It's admittedly a little overkill for this specific config, but it's a cheap investment that sets you up for later success.
  • symbols function definition is void: map!
    2 projects | /r/emacs | 22 May 2023
    Granted, the Doom macro makes your code looks nice and compact. But you can get very close to that just by using do-list and define-key together. Or by using the bind-key.el package, which is included with Use-package.
  • 'org' is already installed (use-package)
    1 project | /r/emacs | 24 Feb 2023
  • Clojure Turns 15 panel discussion video
    24 projects | news.ycombinator.com | 13 Feb 2023
    > Deps is well documented.

    > The issue I personally found is that I needed to look at a bunch of OS project's deps.edn to see how people commonly structure things. Other than that it is a simple tool.

    This strikes me as a contradiction, because if it was well documented you wouldn’t need to look at other people’s configs to see how to use it.

    My experience with deps.edn is that every time I start a project and make a deps.edn file, I immediately draw a blank and don’t know how to structure it, so I open ones from other projects to start lifting stuff out of them.

    I still don’t know how to reliably configure a project to use nrepl or socket repl without just using an editor plugin. I definitely have no idea how to use those in conjunction with a tool like reveal.

    To me, none of that is simple. Simple would be like Emacs’ use-package. With that I know how to add dependencies, specify keybinds, and do initialization and configuration off the top of my head. And it has really nice documentation with tons of examples.

    https://github.com/jwiegley/use-package

  • Newbie here! Need Help!
    6 projects | /r/emacs | 29 Jan 2023
    Since you are doing code development, the first things to go for would be setting up your emacs packaging (installing use-package and melpa (use-package's documentation covers this) so you have more packages to choose from (do be careful to not just pick things willy nilly but research them a bit first)) and then setting up lsp-mode. lsp-mode lets you use LSP servers for the specific programming languages you work with in a somewhat unified fashion. You then need to install and setup the LSP servers for the languages you use, and possibly install language specific Emacs packages as support (note, Emacs has builtin functionality for many).
  • Unable to display ligatures in Emacs
    2 projects | /r/emacs | 6 Jan 2023
    I'm using use-package as my package manager and the package ligature for the ligatures.
  • Boilerplate config
    9 projects | /r/emacs | 4 Jan 2023
    I have been crafting my emacs config for about 10 years. I started with vanilla and intentionally stayed away from frameworks. About two years ago I declared config bankruptcy and went down for a rewrite using use-package and straight.
  • what is basic alghoritm/logic of installation packages to emacs?
    2 projects | /r/emacs | 18 Dec 2022
    ref: https://github.com/radian-software/straight.el https://github.com/jwiegley/use-package
  • Visual code folding?
    8 projects | /r/emacs | 27 Nov 2022
    use-package! is a macro over use-package, and respect its syntax, with a few additions. Useful reference on use-package keywords.

What are some alternatives?

When comparing doomemacs and use-package you can also consider the following projects:

SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc

leaf.el - Flexible, declarative, and modern init.el package configuration

prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.

straight.el - 🍀 Next-generation, purely functional package manager for the Emacs hacker.

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

emacs-overlay - Bleeding edge emacs overlay [maintainer=@adisbladis]

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

nano-emacs - GNU Emacs / N Λ N O - Emacs made simple

bufler.el - A butler for your buffers. Group buffers into workspaces with programmable rules, and easily switch to and manipulate them.

org-super-agenda - Supercharge your Org daily/weekly agenda by grouping items

eshell-p10k - p10k prompt framework for eshell

melpa - Recipes and build machinery for the biggest Emacs package repo