Elisp

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 …

Syncing Tab Bar To Theme

Using tabs as part of my workflow has enabled a nice encapsulation and …

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:

Selected Window Accent

Borrowing from the concept of a tiling window manager I thought that emacs could …

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 …

Window Divider Mode

I was playing around with the look of emacs and thought it might be nice to have …

Better Syntax Highlighting Sway Configuration Files

I have been delving into the nuts and bolts of the Sway window manager lately …

More Improvements to Dired Duplicate Here

On a previous post I created an elisp function to quickly duplicate a file or …

Opening Files Externally from dired

I have been using C-RET or W in dired for a while now to open a file externally …

Org Table to Calculate Weight Loss

For a while now I have been using org tables to represent and calculate pieces …

My Evolving Modeline

I am a tinkerer and of course emacs is a perfect vehicle for this mentality. A …

Saving My Favourite Wallpapers

I am using the styli.sh script as my wallpaper changer in sway and with a little …

Simplifying My Modeline

After watching the latest informative video from Protesilaos Stavrou (Prot):

Showing Org Agenda For The Year

I am just starting to include more of my org files into org-agenda. By default …