From 9b3e4639aa55dab20d3f6fd07eaf9fe4fff735c9 Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 22 Jun 2026 16:04:56 -0400 Subject: [PATCH] Re-arrange modeline --- config.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 5216272..4e30290 100644 --- a/config.org +++ b/config.org @@ -916,14 +916,15 @@ Stolen from https://www.masteringemacs.org/article/fixing-mark-commands-transien (:propertize (buffer-file-name "%f" "%b") 'face mode-line) - " " - mode-line-modes - (vc-mode vc-mode) - mode-line-format-right-align + ":%l,%C" (:eval (propertize "%n " 'face (when (buffer-narrowed-p) 'mode-line-highlight))) + mode-line-format-right-align + (vc-mode vc-mode) + " " + mode-line-modes (:eval (number-to-string (line-number-at-pos (point-max)))) - " Lines | %Ib | %l,%C ")) + " Lines | %Ib ")) (setq prettify-symbols-alist '(("lambda" . 955) ("delta" . 120517) -- 2.39.5