emacs-devel
[Top][All Lists]
Advanced

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

Re: How to revert the mode line on master, Re: How to revert the mode li


From: Gregory Heytings
Subject: Re: How to revert the mode line on master, Re: How to revert the mode line on master
Date: Thu, 25 Nov 2021 17:53:01 +0000



The mode-line face definition was subtly wrong, it should work better now if you update your git checkouts and rebuild.


Alas, it doesn't. Angelo is right, the recipe doesn't work, neither before nor after your fix. An init file with just (set-face-attribute 'mode-line nil :inherit nil) has no effect on the mode-line of the first frame. (require 'faces) or (with-eval-after-load "faces" ...) do not help. The shortest actually working recipe I found is:

(set-face-attribute 'default nil :foreground (face-attribute 'default 
:foreground))
(set-face-attribute 'mode-line nil :inherit nil)



reply via email to

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