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. ...
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. ...
This is a short post to leave here a piece of knowledge that often escapes me: flush-lines. ...
In this blog post, I want to show how I configured mu4e to read my Gmail accounts 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. ...
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. ...