💾 Archived View for dctrud.randomroad.net › gemlog › 20210103-emacs.gmi captured on 2022-04-29 at 11:38:56. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
I've been using Emacs a decent amount since about 2014, so thats 6 years now. In that time I've:
I started off with Emacs via Spacemacs, having been an amateur vim user for ages. After a couple of years of that I gradually got fed up with things in Spacemacs changing under me and the fact it felt slow, especially on the Windows laptop I had at my previous job. I didn't know much Emacs Lisp, so I didn't really get anywhere customizing it for my needs and wishes. Instead, I eventually forked a repo called 'spacelite' from GitHub which implemented the Spacemacs style bindings over a bunch of useful stuff, but with much less code and complexity. The original author (hzenginx) has archived that repo, but it lives on as my personal config:
https://git.randomroad.net/dctrud/spacelite
Don't look too closely at the above... it's probably terrible style etc... which brings me to the point of this post.
Though I can do all the basics efficiently I really don't feel like I know Emacs at all well, even after 6 years of using it. I've decided that 2021 will be the year I learn Emacs a bit more and attempt to stop using it like an amateur vim user crossed with a barely competent Emacs user. I'd like to pick up some Emacs Lisp so that my config edits and troubleshooting don't merely involve copying and pasting, and trivially modifying, stuff from the web or existing code. I'm thinking I'll buy the two FSF books... the Emacs and Emacs lisp manuals and try to make it through them.
https://shop.fsf.org/books/gnu-emacs-manual-18th-edition-v-261
https://shop.fsf.org/books/signed-introduction-programming-emacs-lisp-3rd-edition
Also, I'll make a conscious effort to minimize the number of times I jump into something else when I hit something that seems inefficient, or I simply don't know how to do in Emacs. Caveat here being that I'm not going to let that affect my work productivity. Since most of my time in an editor is spend during working hours we'll see how it goes.
Wish me luck... and if anyone has better recommendations for books, I'd definitely appreciate them!