#emacs
7 posts
- 2023
-
Debug nodeJS Remotely with Emacs
Lately at work I've had to deal with an application with a backend written using nodeJS. I wanted to understand what the application was doing by doing interactive debugging sessions. The only constraints I had were the…
- 2022
-
How I manage my blog
I've wanted to write about how I manage my blog since last year, when I wrote my first blog review. Quoting directly myself from that blog post:
- 2021
-
Emacs Baseline-Concepts Tree
These days I'm working on an introductory series on Emacs. It's targeted for beginners, and in particular for italians beginners, since the entire series will be in italian. Right now I'm hosting it on youtube, but…
- 2020
-
Introduction to Emacs 3 - On Emacs-Lisp
The purpose of this final post in my "introduction to Emacs" series is two-fold: first to introduce a family of programming languages called Lisp with a focus on a specific implementation called Emacs-Lisp; then to show…
-
Introduction to Emacs 2 - The Basics of Emacs
In the first part of this little introduction to Emacs I'm writing I showed a bunch of ways in which I've adopted the usage of Emacs in my daily routines. That was written in the hope of captivating
-
Introduction to Emacs 1 - How I use Emacs
In my previous blog post (my first one ever, yay!), I described the setup I use to manage e-mails in Emacs using a packaged called mu4e. In that post I assumed the reader knew what Emacs was. Now,
-
How to manage e-mails in Emacs with Mu4e
In the past months I've spent quite a bunch of time trying to optimize the way I interact with technology. One of the most important changes I made in my personal workflow is the way I manage e-mails. Before this change…