this post was submitted on 07 Oct 2023
7 points (100.0% liked)

Emacs

314 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

  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
 

OK, first of all, I've tried the orgmode and I think it's awesome. I like a lot of the advantages that emacs provides not being restricted to being a terminal app. However, despite it's huge potential, I don't know how people use it productively, I mean afaik it's as potent as an OS so you can do crazy things like "making a script to get code from anywhere" so... Basically I want to ask you about the features that you like the most. I'm not a guy who is going to use just ONE editor tho, I have to use VSCode for several stuff, I use orgmode for... well documenting, organizing (I should use the code features that it provides, which blew my mind) and oc I use nvim. I want to know what are the things that people do that boosted their productivity in emacs vs other editors, I think each one has their strengths and weaknesses. Ty in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] sping@lemmy.sdf.org 4 points 1 year ago* (last edited 1 year ago)

I’m not a guy who is going to use just ONE editor tho

Well there's a key issue. I appreciate Emacs and use it over other tools wherever it's at all convenient, partly because it gives me a consistency and interlinked power. Want to follow the logs for something? I run a command in an Emacs buffer, because I can search, cut/paste, highlight text patterns, etc., all in exactly the same way I edit code or whatever.

For a file manager I open a dired buffer and it's all just text in the editor, and I can make the buffer writable and edit the filenames and then save those edits and I've renamed actual files... All these things work together, and work with the same controls etc..

So for that reason I would choose to do something in Emacs even when it is not the best tool for that job. E.g. some code features are better (or just present), in VS Code, but Emacs with LSP gives me most of the features, and the most important ones, and the feature or polish compromise is minor enough to make it worth staying in Emacs because of all the other things that come with it too - all the things VSCode doesn't do.

So many things that people do in disparate unrelated tools, I stay in Emacs for - browsing around on a remote machine and editing files and running commands there? I never leave my local Emacs for that, never open a remote terminal, etc.. Interacting with git? All done from magit within Emacs, for the reasons above but also in this case because it's one of the best tools, perhaps the best tool, for git.