Join lines into a long line in emacs

delete-indentation is one of those functions that I often forget. It’s used to do the opposite of fill-paragraph, usually bound to M-q. ...

January 24, 2026 · 2 min · Pavodive

Use flush-lines to eliminate lines in emacs

This is a short post to leave here a piece of knowledge that often escapes me: flush-lines. ...

January 24, 2026 · 1 min · Pavodive

Configure mu4e for gmail accounts in emacs

In this blog post, I want to show how I configured mu4e to read my Gmail accounts in Emacs. ...

February 24, 2025 · 8 min · Pavodive

RSS with elfeed in emacs

It was very easy to configure Elfeed in Emacs to have all the blogs and news from the sites I like, together in Emacs. In this short article, I share how I configured the Elfeed package with the RSS feeds of some of the blogs I enjoy reading. This is important for me because I often spend time filtering through a lot of content that I am not interested in on forums like lemmy.ml or reddit.com. Using this method is also a way to avoid ads and go directly to the content I want to see. ...

January 29, 2025 · 3 min · Pavodive

Writing an R package with Emacs and ESS

This article provides a step-by-step guide to writing R packages using Emacs’ ESS (Emacs Speaks Statistics) mode. By the end, you’ll have created a simple package called dummyaddition, which can perform the simple task of adding two numbers or paste two strings. ...

January 11, 2025 · 16 min · Pavodive