help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: modeline: move battery indicator as provided by (display-battery-mod


From: Philip Kaludercic
Subject: Re: modeline: move battery indicator as provided by (display-battery-mode)
Date: Tue, 27 Apr 2021 10:45:26 +0000

Uwe Brauer <oub@mat.ucm.es> writes:

> Can I place the battery indicator say just behind the column/line
> indicator?

You'd have to customize mode-line-format for that.

This would move all "auxiliary information" before the major mode
indicator:

(setq mode-line-format
      '("%e" mode-line-front-space mode-line-mule-info mode-line-client 
mode-line-modified mode-line-remote
        mode-line-frame-identification
        mode-line-buffer-identification "   "
        mode-line-position
        (vc-mode vc-mode) mode-line-misc-info "  "
        mode-line-modes mode-line-end-spaces))

-- 
        Philip K.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]