Linux

Creating a small local elisp rainbow-mode solution
In this post, as part of my ongoing mission to replace all (or as many as …

Streamlining Navigation in Org-Mode using an adapted org-goto
Navigating through lengthy org files can sometimes feel cumbersome. To address …

Emacs Quick Window Pt 4 - Further Tweaks
Previously, my/quick-window-jump
was geared mostly toward managing two or more …

Exploring Static Website Publishing with Org Publish
As someone who enjoys using Emacs for almost everything, I recently began …

Calculate Number Of Days Between Two Dates
Just a very quick one today.
I recently needed to find the number of days …

Emacs Quick Window Pt 3 - jumping between two windows
The original implementation of my/quick-window-jump
worked perfectly for …

Emacs Core Window Jumping With Visual Feedback
Already I think I can improve my/quick-window-jump
: which was a window jumping …

Core Emacs Init Without External Packages
I thought I would share a simple concept that I have found very beneficial: …

Shrinking and Widening Org Tables
This post is more of a note to myself, something I can store in my single emacs …

Reducing Friction when Copying Whole Buffer To Kill Ring
Just a quick one today.
In keeping with the ongoing effort to reduce friction in …

Org Table From Org Headings using a Babel Block
In this post, I’ll walk you through how I use an Org Babel block to …

Generate Current Year tag in an Org Capture Template
A crucial aspect of maintaining organized and up-to-date notes is the use of Org …

selected-window-accent-mode with window colour blending options
I have enhanced selected-window-accent
functionality with blending options to …

Transforming Dired File Paths into Org Links
I am of course using org mode for organizing my tasks, notes and other …

Simple Directory and File Creation Using Vertico Completion Exit With Input
In my previous post about creating simple functions to create a new directory …

Syncing Tab Theme After Theme Load
Previously I wrote about the incompatibility of some Emacs themes with the …

Simple Directory and File Creation in Dired
Today I’ll simply delve into two custom functions that I’ve had in …

Adding Disk Usage Reporting to Emacs Dired
Just a quick one today. One of the great strengths of Emacs is its …

Streamlining eshell with popper, capf-autosuggest, and Enhanced Autocompletion
In this post, I will describe the small enhancements and tweaks I have applied …

Integrate Pywal Colors into Selected-Window-Accent-Mode for Wallpaper Accent Matching in Emacs
I have updated my emacs package selected-window-accent-mode

Ready Player Mode different Utilities for Video and Audio!
Regarding my previous post, you can now disregard my little Frankensteinian …

Ready Player Mode with a little elisp Tweak
I’m really enjoying ready-player at the moment, so much so I think it …

Efficient File Searching in Emacs: Leveraging completing-read with Customizable Methods
I thought I would share a little bit of elisp that I’ve been using for a …

Sending Dired Directories to Meld for Directory Comparison
A common activity for a Software Engineer is to compare two directories, …