Elisp

Copying completion candidate to the clipboard
In my continuing quest to replace all my external use packages with my own …

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

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: …

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 …

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 …

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, …

Writing Elisp to Find Available Keybindings in a Sway Config
I thought I would provide an example of how I typically use elisp to make my …

Waybar Toggling Sticky Key Keymaps
For my previous post I was talking about a software visual indicator to discern …

Unified Interface for Switching Contexts - Switch to Thing
Now I have ditched save-desktop
for recentf
which gives me a faster startup time …

Emacs asynchronous copying using dired-async-mode
For a while now I’ve been using an rsync
based dired-copy
replacement for …

My first emacs package - *selected-window-accent-mode*
From my previous two posts regarding defining a Selected Window Accent some …

Improvements to Selected Window Accent
Given my previous post regarding accenting the current window:

Redefining mark-paragraph and mark-word
I can’t say that I’m completely happy with the way emacs marks some …

Describe Character / Face Under Cursor
Every now and then I find myself tweaking the look of emacs and have started to …