this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Emacs
311 readers
2 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I really don't think there is a single must-have package out there. One of the best coders I know has been using vanilla Emacs for 20+ years with, in their own words, just a few lines of config. Also, for anything additional you might want in an IDE there are almost certainly multiple options available.
That all said, you are unlikely to arrive at your perfect config in anything near zero time unless you happen to miraculously find a distro that's somehow configured exactly as you'd like right out of the box. I can't really speak for any of the distros as I haven't used them, but if you choose the vanilla route (which might also help you to not get overwhelmed with config options right away), I'd recommend starting by adding options which are either included with Emacs (e.g. Eglot for LSP integration), or integrate well with Emacs' existing facilities (e.g. Corfu for completion), and then moving on to the other options only if you find them unsuitable.
I think I have to disagree, if they want things that work and are full-featured out of the box - then the community packages like lsp-mode and Company and Swiper are much better alternatives 🤷🏼
Interesting, I've had the exact opposite experience, so maybe both or our view points are at least somewhat anecdotal.