🦜 Emacs@ Dyerdwelling
@emacs.dyerdwelling.family@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Recent content on Emacs@ Dyerdwelling
Your feed and you don't want it here? Just
e-mail the birb.
A Better Way to Indent Your Entire Buffer in Emacs?
https://emacs.dyerdwelling.family/emacs/20250826095622-emacs--a-better-way-to-indent-your-entire-buffer-in-emacs/
Published: August 26, 2025 08:56
As an Emacs user, you’ve probably found yourself wanting to clean up the indentation of an entire file. The standard approach is to select all (C-x h) and then run indent-region (I think, correct me if I am wrong!), but this has an annoying side effect: it…
Fast Recent File Navigation in Emacs
https://emacs.dyerdwelling.family/emacs/20250815071935-emacs--fast-file-navigation-in-emacs/
Published: August 16, 2025 18:07
As an Emacs user, you’re always hunting for ways to shave milliseconds off common tasks and generally noodling around and shaving some more of that yak!. File switching is one of those operations you do hundreds of times a day, so even small improvements…
View-Mode - Emacs's Hidden Modal Editing Gem?
https://emacs.dyerdwelling.family/emacs/20250731123820-emacs--discovering-view-mode-emacss-hidden-modal-editing-gem/
Published: August 1, 2025 07:30
The Rabbit Hole
View Mode
The Setup
Baby Proofing
Cursor
Subtleties
Foibles
Improvements?
Conclusion
The Rabbit Hole
I’ve fallen down another rabbit hole, but then again, this is Emacs we’re talking about!
In this case it relates to a fundamental…
Ollama Buddy v1.0: A Simple AI Assistant
https://emacs.dyerdwelling.family/emacs/20250723083048-emacs--announcing-v1-ollama-buddy/
Published: July 23, 2025 08:20
After months of development and refinement, I’m excited to announce Ollama Buddy v1.0 - an Emacs package that simply interfaces mainly to ollama, for local LLM usage, but can be integrated to the major online players. This project initially started as a…
Building a New Package From Scratch - Cursor Heatmap Pt1
https://emacs.dyerdwelling.family/emacs/20250719094720-emacs--building-an-emacs-cursor-heatmap-pt1/
Published: July 20, 2025 12:17
Lets Create a New Package!
Building Our Foundation
Package Naming Conventions
Testing Our Foundation
Our Complete Foundation
What We’ve Accomplished
Next Time
Lets Create a New Package!
Given that I now have greater experience in Emacs package…
Red pandas also love Emacs!
https://emacs.dyerdwelling.family/emacs/20250710125504-emacs--red-pandas-also-love-emacs/
Published: July 10, 2025 11:55
Not much of a post this week (and in fact this is pretty low effort!), but here I present some fun with image generative AI!
That is all 😀
New Package! - Simply Annotate: A Lightweight Annotation System
https://emacs.dyerdwelling.family/emacs/20250704224318-emacs--new-package-simply-annotate-a-lightweight-annotation-system/
Published: July 4, 2025 21:43
Yes thats right, yet another annotation system!, in this case it is a lightweight annotation system for Emacs that allows you to add persistent notes to any text file without modifying the original content.
https://melpa.org/#/simply-annotate…
Setting up a C# Language Server (csharp-ls) on an Air-Gapped Windows System
https://emacs.dyerdwelling.family/emacs/20250627222703-emacs--setting-up-csharp-language-server-csharp-ls-on-air-gapped-windows-system/
Published: June 27, 2025 21:27
For a little while now, I have been developing C# applications at work and on Windows!, possibly the perfect storm for Emacs, but actually, it copes pretty well, especially with eglot and the LSP server OmniSharp.
But recently my work setup has become even…