Member-only story

15 Reasons Why I Use Emacs, With GIFs

VS Code has nothing on Emacs

Dominik Tarnowski
Better Programming

--

https://unsplash.com/photos/vc3iVL_znJ8

1. Org Mode

You’ve probably seen/used Markdown before. Org mode has a similar syntax and is also supported by GitHub READMEs, but unlike Markdown it has one specification and it doesn’t have hundreds of flavors.

Keep reading to see what can actually be done, or skip to the following sections:

  • 3. Export Org to presentations and documents.
  • 5. In-editor LaTeX preview.
  • 6. Org agenda
  • 9. Executing code blocks.
  • 11. Org tables.

2. Vim Bindings

Doom Emacs has great Vim bindings, and so, so many great leader features out of the box.

Unlike VS Code, the Vim bindings plugin isn’t terribly slow, it feels as fast as native, not to mention that they work everywhere; the terminal, opening files, search and replace, and much more, but more on that later.

3. Exporting Org to Presentations and Documents

Thanks to many Org mode extensions, you can export your documents to:

--

--

Responses (5)

Write a response