DEV Community

Discussion on: What do you look for in a Code Editor?

Collapse
 
crinklywrappr profile image
Daniel Fitzpatrick • Edited

I feel like emacs ticks all your boxes.

If you try it, pick a popular distribution and read the docs first. I recommend spacemacs, but I know a lot of people prefer doom these days so give that a try, too. You'll want to

  1. Install emacs first, and use the graphical version. I believe it's in scoop (scoop.sh/) if you're on windows.
  2. Enable the emacs daemon for speed, but probably only after you're happy with your config
  3. Learn how to manage buffers and windows inside an emacs client for even more speed. No need to keep opening fresh clients.