| Erik's linux page: Linux information for beginners and advanced users | ||
|---|---|---|
| Prev | Chapter 3. Some other Linux information, perhaps not for the new user | Next |
Date and time in Emacs status bar
Emacs is a very good editor (Well, almost religion for some people :-) ), with so much configuration possibilities one could configure it for years, and that's good !
I want emacs to display the current date and time in it's status bar, place this in your $HOME/.emacs and start emacs..
(setq display-time-day-and-date t
display-time-24hr-format t)
(display-time) |