I have been using vim for forever and I have dabbled in using emacs throughout the years. Emacs with the evil mode bindings is very comfortable, and I prefer org-mode over markdown (at least for the type of notes I do).

The main thing that stops me from using emacs though is how bloated it is. I don’t want the games, web browser, email client, etc. Is there a way to remove those features from a standard install or from source?

Edit: I guess I’ll stick with vim for now. It looks like Neovim might be more what I’m looking for instead of Emacs

You are viewing a single thread.
View all comments
4 points
*

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?

permalink
report
reply
2 points

It’s not a problem of emacs being slow, I just really dislike the clutter. Thanks for letting me know about the config script!

permalink
report
parent
reply
2 points

I should have clarified - the configure script is only for stuff built in to the C source code. It won’t get rid of the games and whatnot, but remove support for things like sound, graphics formats, bignums, etc.

I suppose you could try deleting stuff out of /usr/share/emacs, but I wouldn’t recommend it.

permalink
report
parent
reply
1 point

Huh. I’ll try the fork that someone else suggested then.

permalink
report
parent
reply
1 point

Edit: org-mode is fairly large and can take a bit to load the first time.

If you use native compilation, even org-mode flies.

permalink
report
parent
reply
2 points

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.

permalink
report
parent
reply
0 points

@spauldo @moonsnotreal what do you say to load everything from dotemacs ? :D

permalink
report
parent
reply
2 points

I load most things I use in my init.el. I’m not worried about startup times because I rarely restart Emacs.

permalink
report
parent
reply

Emacs

!emacs@lemmy.ml

Create post

Our infinitely powerful editor.

Community stats

  • 44

    Monthly active users

  • 245

    Posts

  • 397

    Comments