Two-Year Update on Emacs Solo: A Zero-External-Package Emacs Configuration with 35 Modules
By
celadevra_
If you only eat one bagel today, this is the bagel.
Summary
The article details the author's two-year journey maintaining Emacs Solo, a custom Emacs configuration with the strict rule of using zero external packages. The author has refactored the entire codebase, organizing it into 35 modules covering various functionalities like editing, navigation, UI, and programming support. The project emphasizes self-sufficiency, using only built-in Emacs features and custom Elisp code written from scratch, avoiding package managers like straight.el or use-package. The author discusses the benefits of this approach, including faster startup times, better understanding of Emacs internals, and reduced dependency on external code.
Key quotes
· 5 pulledEverything is either built into Emacs or written from scratch by me in the lisp/ directory. No package-install, no straight.el, no use-package :ensure t pointing at ELPA or MELPA. Just Emacs and Elisp.
I've been maintaining Emacs Solo for a while now, and I think it's time to talk about what happened in this latest cycle as the project reaches its two-year mark.
For those who haven't seen it before, Emacs Solo is my daily-driver Emacs configuration with one strict rule: no external packages.
The project emphasizes self-sufficiency, using only built-in Emacs features and custom Elisp code written from scratch, avoiding package managers like straight.el or use-package.
The author discusses the benefits of this approach, including faster startup times, better understanding of Emacs internals, and reduced dependency on external code.
You might also wanna read
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·1d agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
Study finds most developers refuse to code without AI, raising quality concerns
A February 2026 study by AI research lab METR reveals that most developers now refuse to work without AI coding tools. While these tools hel
