>>> "PK" == Philip Kaludercic writes: > Uwe Brauer 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)) Thanks, I am not entirely sure I understand your setting but I just copied in my init file and restarted emacs. However when I open say a LaTeX file, the battery display is sill at the end of the modeline, and therefore not visible. I am using a freshly compiled GNU emacs from master (date 25 of April 2021).