diff options
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 () |
