diff options
author | Raúl Benencia <id@rbenencia.name> | 2025-09-14 06:45:48 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2025-09-14 06:45:48 -0700 |
commit | c82d57f8be45a3a9ada6299ba5a7bbf06ed423c2 (patch) | |
tree | 0a4be82fd6c6b076427934a77f72ce15f1fe3e35 | |
parent | 04b9950db3c010742d6f087cc8b49f92df4e2b9e (diff) |
emacs: use front-space in mode-line for extra padding at the end
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-modeline.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-modeline.el b/.emacs.d/rul-lisp/packages/rul-modeline.el index b8460de..32c6048 100644 --- a/.emacs.d/rul-lisp/packages/rul-modeline.el +++ b/.emacs.d/rul-lisp/packages/rul-modeline.el @@ -111,7 +111,8 @@ Specific to the current window's mode line.") prot-modeline-eglot mode-line-format-right-align rul-modeline-misc-info - mode-line-end-spaces + mode-line-front-space + mode-line-front-space )) (provide 'rul-modeline) |