emacs

Create changeset entries - without leaving Emacs

2 minute read Published: 2023-06-07

I recently got frustrated by the changeset CLI - as far as I know, there is no option to create changesets that are not empty without using the annoying prompt and arrows to select patch/minor/major. And I don't have arrows in my small keyboard ;)

Let's fix it - without leaving Emacs.

Automatically change theme in Emacs

3 minute read Published: 2023-04-17

When I code, I sometimes move from a place to another - where light condition is not the same. Usually, I would either adapt to these changed condition passively, or aggressively switch from dark to light mode, for instance.

Let's dive into the solution I'm using!