diff options
| author | Daniel <[email protected]> | 2024-07-23 17:49:43 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-23 17:49:43 -0400 |
| commit | 02b1c51c519972f957bda61d17b1261cb6f49be9 (patch) | |
| tree | 12ccab5ff8e88ffd6078594ed56e393d6e3b7508 /bard-emacs-modules/bard-emacs-modeline.el | |
| parent | 929483d1ade11de5485c4377c4660ed99ea21d50 (diff) | |
make notmuch and its indicator useable again
Diffstat (limited to 'bard-emacs-modules/bard-emacs-modeline.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-modeline.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bard-emacs-modules/bard-emacs-modeline.el b/bard-emacs-modules/bard-emacs-modeline.el index 61a0ef0..b09b5e7 100644 --- a/bard-emacs-modules/bard-emacs-modeline.el +++ b/bard-emacs-modules/bard-emacs-modeline.el @@ -66,11 +66,11 @@ (setq mode-line-right-align-edge 'right-margin) (setq-default mode-line-format '("%e" - prot-modeline-kbd-macro + prot-modeline-kbd-macro prot-modeline-narrow - prot-modeline-input-method + prot-modeline-input-method prot-modeline-buffer-status - " " + " " prot-modeline-buffer-identification " " prot-modeline-major-mode @@ -79,9 +79,10 @@ prot-modeline-vc-branch " " prot-modeline-flymake - prot-modeline-eglot + prot-modeline-eglot " " - prot-modeline-misc-info)) + prot-modeline-misc-info + prot-modeline-notmuch-indicator)) (with-eval-after-load 'spacious-padding (defun prot/modeline-spacious-indicators () |
