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

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

Re: Day of week + time in mode-line


From: Eric Abrahamsen
Subject: Re: Day of week + time in mode-line
Date: Thu, 31 Dec 2015 19:01:22 +0800
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Karl Voit <devnull@Karl-Voit.at> writes:

> Hi!
>
> I was looking through package-list-packages and searching the web
> for a mehod to show, e.g., "Thu(rsday) 31, 13:42" in my mode-line.
>
> Isn't this a quite common requirement for people living in Emacs?
>
> I want to get date/time on my display even when my Emacs is in full
> screen mode[1].
>
>
> [1] http://emacs-doctor.com/emacs-strip-tease.html

All I've had to do is this:

(display-time-mode t)
(setq display-time-day-and-date t)

See if that works as you like? My mode line is pretty much as you'd like it...




reply via email to

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