emacs-from-scratch VS esup

Compare emacs-from-scratch vs esup and see what are their differences.

emacs-from-scratch

An example of a fully custom Emacs configuration developed live on YouTube! (by daviwil)

esup

ESUP - Emacs Start Up Profiler (by jschaf)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
emacs-from-scratch esup
45 9
1,662 394
- -
0.0 1.8
11 months ago about 2 years ago
Emacs Lisp Emacs Lisp
- -
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.

emacs-from-scratch

Posts with mentions or reviews of emacs-from-scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.

esup

Posts with mentions or reviews of esup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Why does elpaca make emacs startup so much faster?
    9 projects | /r/emacs | 23 Apr 2023
    Probably the best way to figure out what's going on at startup time is ESUP (Emacs Start Up Profiler): https://github.com/jschaf/esup You could run it on the old config and the new. Although I suppose the processes may be different enough that there's nothing meaningful to compare.
  • [Emacs] A full fledge configuration
    5 projects | /r/emacs | 8 Dec 2022
    I agree with you. For startup profiling, use-package-report and https://github.com/jschaf/esup can help too.
  • An easy trick I found to improve Emacs start-up time
    1 project | /r/emacs | 19 Nov 2022
    A very useful tool for achieving faster startup is esup (https://github.com/jschaf/esup) which times each code block that runs in the emacs startup.
  • Slow emacs startup only on work laptop
    2 projects | /r/emacs | 3 Apr 2022
    Have you tried running M-x esup with https://github.com/jschaf/esup to see what is taking up the start-up time?
  • Zee: A modern text editor for the terminal written in Rust
    9 projects | news.ycombinator.com | 29 Mar 2022
    Are you on Emacs 28? Native-comp is enabled by default and it's Just Worked™ for me. Or are you on at least Emacs 27? Emacs 27 added native JSON parsing; stuff like lsp-mode works a lot better now.

    (Personally running Emacs 29 built from source on an M1 Pro; everything is instant! Even on my old dumpy i5 machine, everything except startup was pretty snappy, with the exception of startup which took ~4 seconds.)

    If it's startup you're concerned about, try the esup[1] package to figure out what's taking so long.

    [1]: https://github.com/jschaf/esup

  • Emacs taking a lot of time to load
    1 project | /r/emacs | 15 Dec 2021
    If you're really interested what happens on startup, you can play around with the startup profiler( https://github.com/jschaf/esup ) or similar packages that time the execution of your .emacs.
  • Do any of you have some tips on speeding up emacs:
    3 projects | /r/emacs | 17 Apr 2021
    I used the Emacs Startup Profiler (ESUP) https://github.com/jschaf/esup which identified several culprits in my init files. Removing or deferring the loading of those packages took my startup time from ~15 seconds to about 2.5 seconds. (Still room for improvement!)
  • What is your startup time
    2 projects | /r/emacs | 19 Mar 2021
    GitHub - jschaf/esup: ESUP - Emacs Start Up Profiler
  • How to diagnose slow emacs at run-time.
    1 project | /r/emacs | 27 Feb 2021
    Try out esup

What are some alternatives?

When comparing emacs-from-scratch and esup you can also consider the following projects:

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

.emacs.d - My current Emacs setup.

doom-emacs - My Doom Emacs configuration

jinx - 🪄 Enchanted Spell Checker

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

zee - A modern text editor for the terminal written in Rust [Moved to: https://github.com/zee-editor/zee]

disable-mouse - Disable the mouse in Emacs

digga - A flake utility library to craft shell-, home-, and hosts- environments.

edwina - Dynamic window manager for Emacs – GitHub mirror

config

dotcrafter.el - Manage your dotfiles with Emacs!

helix - A post-modern modal text editor.