|
From: | Dmitry Gutov |
Subject: | bug#66464: Vc mode-line |
Date: | Sun, 12 Nov 2023 12:59:18 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 12/11/2023 10:07, Juri Linkov wrote:
Oh, this means that removing a space is useless for such mode-lines. Ok, then let's add a much cleaner option `no-backend'. Then anyone who doesn't like that space could customize the mode line with something like (define-advice vc-mode-line (:after (&rest _args) remove-space) (setq vc-mode (string-trim-left vc-mode)))
That certainly works for me. Thanks!
[Prev in Thread] | Current Thread | [Next in Thread] |