this post was submitted on 17 Oct 2023
5 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Hello and thank you for reading this. I'm starting my journey to study Emacs, and I'm interested in turning Emacs in my IDE (mainly C, C++, JavaScript, Rust, and Python, etc...) and taking notes. Could you please give me your best suggestion on how to accomplish my goals? Thank you once more, and have a wonderful day/night.

:^

View Poll

you are viewing a single comment's thread
view the rest of the comments
[–] abbreviatedman@alien.top 1 points 11 months ago

if you don't want to jump right into configuring things from scratch, I would recommend you start with Doom Emacs.

I started with Doom Emacs (which I've heard is great even if you're not an Evil user), but eventually found the abstractions frustrating and wanted to make Emacs truly my own, at which point I started over with a clean slate and now understand the configuration of my system a lot better.

I wish I'd started configuring it from scratch on my own sooner, for sure, but I don't know that you need to do so from the outset. If you just want to get work done while slowly getting used to the Emacs workflows, a configuration system like Doom's can make that easier. It can also welcome you into Emacs without scaring you away.

That said, the abstractions hide a lot of details of how Emacs works, so if you're sure you're in it for the long term and can take the time now—which is maybe what you mean by "studying Emacs"... it is a thing to study!—then by all means, start from scratch.

Either way, I'll echo u/nv-elisp above—when you're trying to configure something, look at the documentation and articles online before you ask questions! You'll learn how to learn, which will help you immensely with all future problems.

I'd also recommend a couple of packages to make things easier:

  • The Helpful package makes the vital and helpful describe commands even more... helpful.
  • The Vertico/Marginalia/Corfu/Embark/Orderless/Counsel set of packages greatly improve your ability to navigate around Emacs.

Good luck, and happy hacking!