Syncing Tab Theme After Theme Load
October 1, 2024 09:50
Previously I wrote about the incompatibility of some Emacs themes with the tab-bar and my temporary fix:
September 24, 2024 20:00
Today I'll simply delve into two custom functions that I've had in my init file for quite some time, my/dired-create-directory and my/dired-create-empty-file
September 18, 2024 09:30
Just a quick one today. One of the great strengths of Emacs is its extensibility, I have mentioned before in adding the ability to disk report on the size of a directory in dired but I thought I would quickly revisit the topic, demonstrating the function I currently use.
August 30, 2024 11:20
In this post, I will describe the small enhancements and tweaks I have applied to eshell to make it feel more like a typical linux terminal using the fish shell and especially the inline autosuggestion feature that fish has out-of-the-box.
August 24, 2024 11:00
Using tabs as part of my workflow has enabled a nice encapsulation and collection of files per tab that I can quickly switch to.
August 16, 2024 20:49
I have updated my emacs package selected-window-accent-mode
August 11, 2024 16:00
Regarding my previous post, you can now disregard my little Frankensteinian elisp effort!:
August 10, 2024 09:42
I'm really enjoying ready-player at the moment, so much so I think it might end up replacing emms.
August 4, 2024 09:05
I thought I would share a little bit of elisp that I've been using for a while now that allows me to quickly find a file. It leverages completing-read, allows the selection of the find method and will search recursively.
July 19, 2024 11:15
What's New in Selected Window Accent Mode v0.8.0 - (selected-window-accent-mode) which is my window accent package in MELPA for Emacs, here is a quick summary before I dive into the new features:
July 15, 2024 21:00
I've noticed that my Emacs blog is now almost 2 years old!
July 12, 2024 08:25
I really want to finally get to grips with my spelling / dictionary set-up.
I'm happy with jinx instead of flyspell. I like powerthesaurus and, of course, dictionary-lookup-definition. It is mainly the keybindings I want to finally settle on. I have been moving them around for a while now but haven't really established something comfortable.
July 5, 2024 07:58
More tinkering and enhancements to some AutoHotKey scripts with WOWEE to allow some emacs keybindings throughout the realm of Windows.
June 28, 2024 10:19
I have been continuing to tinker with this project over the last week…
June 24, 2024 21:00
My Emacs usage on Windows seems to be more prevalent at the moment, and I'm having to drop into Visual Studio for C# development.
June 8, 2024 16:55
The next stage on my quest to mitigate any RSI issues when using Emacs on a laptop is to see if it is a viable option to use a mechanical keyboard on a laptop.
May 24, 2024 16:12
Based on my recent forays into ergonomic key-mapping in Emacs for SwayWM, and effectively for any Wayland compositor or X11-based system using the X Keyboard Extension (XKB) standard, I realized that there doesn't seem to be an Emacs mode to edit these keyboard configuration files (*.xkb). This is surprising, considering they have been around for more than 30 years!
May 16, 2024 18:25
I thought I would provide an example of how I typically use elisp to make my life easier (well eventually - I still need to write the function after all!)
May 11, 2024 21:40
Every now and then I find it necessary to use Vim! (mainly for work) - was that clickbait on an Emacs blog?! 😀
May 4, 2024 15:30
In a recent post I was talking about the benefits of mapping the RAlt key to the Ctrl key and this set up is so far still feeling very comfortable.
April 26, 2024 15:00
I am just at the moment reflecting on how my experience with Emacs over the last 30 years has evolved. I thought that just for fun I would list all the key moments along my Emacs journey regarding work-flow efficiency breakthroughs, roughly in year order!.
April 20, 2024 10:12
In the midst of adjusting my Emacs keybindings for a more ergonomic workflow, I've experimented with various configurations. For example, I duplicated the right Alt key (RAlt) to function as an additional Alt key allowing for versatile key presses across the keyboard based on command keybinding locations.