This article is a whirlwind introduction to Emacs that assumes you have Emacs installed and running (easy enough on most Linux distributions). It also assumes that you have used Emacs' built-in ...
Cruise along the learning curve for Emacs text editing with these basic commands. Emacs is a LISP interpreter that functions as a text editor in Linux, distributed by the Free Software Association.
In the vast landscape of Linux, the prowess of a user is often measured by their fluency in text editing. Two titans dominate this realm: Vim and Emacs. These editors are not merely tools; they are ...
Doom Emacs provides an easy and approachable way to start with the Emacs environment. It does this by providing you with an editor that is already complete with plugins and working right out of the ...
It is no secret that I have a few things permanently burned into my neurons: the 1802 instruction set, the commands for WordStar, and the commands for emacs. There was a time when emacs was almost my ...
This is an example of a fully custom Emacs configuration that you can use as inspiration when building your own! We’re developing this configuration live on YouTube, subscribe to System Crafters (make ...
Emacs module is a shared library object (.so on Linux, .dll on Windows). Since Emacs module API is a C-based one, writing a module in Haskell will likely involve FFI. If at any point this tutorial ...
Exwm is a lightweight tiling window manager for Linux that turns Emacs into a complete graphical environment. In this article, I will go through the benefits of using Exwm, install it on Ubuntu 24.10, ...