TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best way to learn emacs?

6 pointsby rs86about 7 years ago
I am a vim user but it looks to me like emacs can do pretty interesting things with modes. What is the best way to learn it?

6 comments

bzalaskyabout 7 years ago
Are you familiar with Spacemacs? As a Vim user, you can be productive on day one because it lets you emulate Vim (via Evil). Spacemacs also comes with batteries included and makes it easy to move past editor configuration to whatever you&#x27;re trying to get done. If you want more customization, Spacemacs is still Emacs, and can be extended as you wish.<p><a href="http:&#x2F;&#x2F;spacemacs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;spacemacs.org&#x2F;</a>
loggedinmyphoneabout 7 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;hlissner&#x2F;doom-emacs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hlissner&#x2F;doom-emacs</a>
zapperdapperabout 7 years ago
Here&#x27;s how I learned it. I downloaded it, installed it, ran it. Then ran the built-in tutorial and worked my way through it slowly. I then started using it for every day editing. I then created my own cheat sheet (in Emacs) based on commands I needed immediately. As I needed to do more things I extended the cheat sheet. I worked through online tutorials and read Stack overflow to figure out how to build out my .emacs file with the options I needed. Been using for more than ten years now and still learning!
jj4395722about 7 years ago
If you&#x27;re just starting, the Emacs tutorial is available from the front page, or C-h t (Control-h then t). Worth doing a few times.<p>Sacha Chua has some great cheatsheets (<a href="http:&#x2F;&#x2F;sachachua.com&#x2F;blog&#x2F;category&#x2F;geek&#x2F;emacs&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sachachua.com&#x2F;blog&#x2F;category&#x2F;geek&#x2F;emacs&#x2F;</a>), including basic ones on orgmode.
_emacsomancer_about 7 years ago
In addition to tutorials, use it for real, but starting with some fairly trivial (in terms of complexity) tasks - like editing .config files. Then add more complex tasks - perhaps editing LaTeX files (this is actually how I started on Emacs - AUCTeX, the Emacs package for TeX - is surely the best LaTeX editor).
veddoxabout 7 years ago
Use it. Do one tutorial to teach you the basics (navigating within&#x2F;between buffers, opening files, tiling windows...) and then just use it. The first week is going to be a pain, the second and third tedious, after that you&#x27;ll be cruising ;-)