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

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

bug#59624: Usning global-mode-string for small screens


From: Gabriel
Subject: bug#59624: Usning global-mode-string for small screens
Date: Sun, 27 Nov 2022 02:32:35 -0300
User-agent: Gnus/5.13 (Gnus v5.13)

You can customize the variable `mode-line-format' in order to change the
position of `mode-line-misc-info', e.g.:

(setq act "Indic")
(push '("" act) global-mode-string)

(setq-default mode-line-format
              '("%e" mode-line-front-space
                (:propertize ("" mode-line-mule-info mode-line-client
                              mode-line-modified mode-line-remote)
                             display (min-width (5.0)))
                mode-line-frame-identification mode-line-buffer-identification
                mode-line-misc-info ;; <-- HERE
                "   " mode-line-position
                (vc-mode vc-mode)
                "  " mode-line-modes mode-line-end-spaces))

---
Gabriel





reply via email to

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