this post was submitted on 06 Sep 2023
8 points (90.0% liked)
Emacs
2194 readers
1 users here now
Our infinitely powerful editor.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The majority of those features are written as elisp libraries. They're only loaded if you use them. Unless you're concerned with disk space (why? Disk space is cheap), they aren't the source of your bloat.
The features that are built-in can be changed via the configure script, assuming you don't mind compiling Emacs.
If Emacs feels sluggish, then you're probably loading unnecessary things in your init.el. Or you're on Windows and your virus scanner is fighting with it (that happens to me on my work laptop with Trend Micro).
Edit: org-mode is fairly large and can take a bit to load the first time. Could that be what you're experiencing?
If you use native compilation, even org-mode flies.
Assuming you're on UNIX and have relatively new hardware, sure. On my Haswell-based Xeon setup at home (built in 2014, runs a Debian variant) you get a second or two delay. On my Xeon-based Dell work laptop (bought in 2018, runs Windows with WSL1), it's about the same. Both use native compilation.
org-mode is a beast.