diff options
| author | BardofSprites <[email protected]> | 2024-09-30 22:56:43 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-30 22:56:43 -0400 |
| commit | c0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (patch) | |
| tree | 38042a6bd0a3ddc38de813a740439343e28fd1cd /bard-emacs-modules/bard-emacs-modeline.el | |
| parent | 3ac6d4ce5d7ff91bb64f0a391eaddd16961b4e50 (diff) | |
rename
Diffstat (limited to 'bard-emacs-modules/bard-emacs-modeline.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-modeline.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-modeline.el b/bard-emacs-modules/bard-emacs-modeline.el index acce2d6..30f01b1 100644 --- a/bard-emacs-modules/bard-emacs-modeline.el +++ b/bard-emacs-modules/bard-emacs-modeline.el @@ -1,3 +1,5 @@ +(require 'bard-modeline) + ;;; Mode line (setq mode-line-compact nil) ; Emacs 28 (setq mode-line-right-align-edge 'right-margin) @@ -18,8 +20,9 @@ prot-modeline-flymake prot-modeline-eglot " " - prot-modeline-misc-info - prot-modeline-notmuch-indicator)) + prot-modeline-notmuch-indicator + " " + prot-modeline-misc-info)) (with-eval-after-load 'spacious-padding (defun prot/modeline-spacious-indicators () |
