July 2, 2026
Bottom bar, top-tier drama
Simple, beautiful Emacs modeline: modusregel
Emacs fans are swooning over this tiny bottom-bar makeover while purists nitpick every symbol
TLDR: modusregel is a new stripped-down bottom bar for Emacs, aiming to make the editor look cleaner and stay fast in both terminal and desktop use. Fans are praising the polished look, while skeptics are joking that anything called “simple” in Emacs somehow still ends with editing your setup for an hour.
A tiny makeover for Emacs’ bottom bar has somehow turned into full-on comment section theater. modusregel promises a cleaner, prettier status bar for the famously customizable text editor, with cute symbols, better labels, support for both terminal and desktop views, and little signals for things like unsaved files, read-only mode, remote work, and background coding helpers. In plain English: it makes an old-school editor look tidier without loading it up with extra baggage.
But the real fireworks are in the reactions. One camp is absolutely enchanted, calling it the kind of minimalist glow-up Emacs has needed for years: simple, calm, elegant, and finally not shouting at your eyeballs. The other camp immediately went into classic Emacs mode: “Looks great, but now show me your config, your hook setup, and your 17 personal tweaks.” Some users joked that a “minimal” bar in Emacs still comes with a graduate course in customization, while others loved that it avoids bloated add-ons and works in both a terminal window and a graphical one.
The funniest bit? The icons. People are weirdly emotional about the tiny lambda and warning symbols, with some treating them like tasteful design and others acting like they’ve been personally attacked by Unicode. There’s also mild drama over the install process, since it’s not in the usual app libraries yet. Translation: everyone agrees it’s beautiful, but in peak Emacs fashion, they’re debating whether beauty should require a tiny ritual sacrifice to your config file
Key Points
- •modusregel is an Emacs package that provides a clean, lightweight mode line intended to replace the native mode line fully or partially.
- •The package supports both Emacs GUI and terminal interfaces and is written in pure Emacs Lisp without external dependencies.
- •It includes Tree-Sitter-aware major mode name cleanup, including normalization of `-ts-mode` variants such as `rust-ts-mode`.
- •modusregel has built-in indicators for Eglot LSP activity, Flymake counters, buffer modification state, read-only state, and remote files via TRAMP.
- •The package is not yet available in MELPA or ELPA; the article provides installation and configuration examples using Elpaca, `setq-default`, and an Emacs hook.