Collecting my attempts to improve at tech, art, and life

An Emacs Newbie

Tags: emacs marginalia

Right. I am going to attempt to follow Ryan Macklin’s suggestion to write at least 250 words per day. They don’t have to be good words. Fortunately, I have this blog sitting here.

I have been spending more time with Emacs lately. This is because of a video by Bailey Ling describing evil-mode. Evil is an Emacs mode that provides effective Vim emulation.

Emacs is not completely foreign to me. I started experimenting with it at roughly the same time that I was introduced to Vim. My fingers were happier with the controls in Vim, so that is what I stuck with. I was never happy with the default extension language, though. Vim script evolved from the old ex commands of vi. I would rather customize or extend my editing environment with a general purpose language. I know that support for Ruby, Python, Perl, and others can be compiled into Vim, but they are not default options. You still feel the ex roots when you start digging into the Vim API for these languages. Emacs LISP will work for me.

Oh and Emacs has a built-in idea of packages as of version 24. This makes it easier to use somebody’s excellent extension. That contrasts with the many packaging options to choose from for Vim.

I even made a repo for my Emacs init. It is unimpressive today. I plan to improve it. It exists so that I have a central source for Emacs settings when I sit in front of a new machine.

We will see how long that lasts. I can be fickle. But as I was mentioning to a friend earlier today:

Emacs is a lot more fun when I think of it as a LISP-powered shell with editing capabilities.


Added to vault 2024-01-15. Updated on 2024-01-26