5

Following from https://devrant.com/rants/1516205/...

My emacs journey day 0-1

0: quickly realised what I was getting myself into, wow that is a learning curve. Head is buzzing with different key commands (and thank you to everyone who's helped out in my original post). I've been here before with Vim, but it's so hard when I am proficient with another editor, one of the most difficult aspects is getting it set up to even format my code appropriately (the right tab width etc), but I press on, something tells me it will be worth it in the end.

1: I come across a tutorial for clojure and emacs (https://braveclojure.com/basic-emac...), this looks good, oh sweet it shows how to load a good configuration, some more useful commands, feels like I'm getting there. Then it hits me, I manage to put my finger on why I decided to take the plunge: emacs isn't an editor at heart, at its heart is lisp. From its core it is scripted using one of the most powerful types of languages. Rather than some bolted on domain specific scripting language.

Now the real learning begins.

Comments
  • 2
    Congratulations, a good choice.

    The beginning is really hard and you won't stop learning. But when you're comfortable with the basic commands you can slow down and learn one funtion after another. Your .emacs file will grow fast at the beginning, that's for sure.

    Try CUA mode for column editing and multiple cursors for some awesome editing tricks
  • 1
    Undo history screwing with my brain so I installed history tree, just wow
Add Comment