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

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

Re: Removing line and column number settings from some buffers


From: Emanuel Berg
Subject: Re: Removing line and column number settings from some buffers
Date: Thu, 03 Dec 2020 01:04:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

daniela-spit wrote:

> Have found mode-line-format
>
>  (setq mode-line-format " %b")
>
> But still not able to introduce (display-time) using the
> format (setq display-time-format "%H:%M %a %b %d %Y W%W")

But then you have no reference to that in `mode-line-format',
you need, e.g.,

  (format-time-string " %H:%M")

Please read the docstring of `mode-line-format', then look at
this file as an example:

  https://dataswamp.org/~incal/emacs-init/mode-line.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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