aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-28 20:44:27 -0400
committerBardofSprites <[email protected]>2025-07-28 20:44:27 -0400
commit881d8b5369f38c436a637065b90ee58547bf99df (patch)
tree699137f02b51c626918a7a8307645670e17557e2
parent3ab444689d761b0f86137805003f9e094096996d (diff)
fix olivetti moving right align for modeline
-rw-r--r--bard-emacs-modules/bard-emacs-modeline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-modeline.el b/bard-emacs-modules/bard-emacs-modeline.el
index 916e660..8d4d04e 100644
--- a/bard-emacs-modules/bard-emacs-modeline.el
+++ b/bard-emacs-modules/bard-emacs-modeline.el
@@ -42,6 +42,7 @@
(add-hook 'spacious-padding-mode-hook #'prot/modeline-spacious-indicators))
+(setq mode-line-right-align-edge 'window)
(provide 'bard-emacs-modeline)