Skip to content

Instantly share code, notes, and snippets.

@sirenko
Created September 2, 2022 21:53
Show Gist options
  • Save sirenko/17e150fe491246a58e9b7d74510b66fe to your computer and use it in GitHub Desktop.
Save sirenko/17e150fe491246a58e9b7d74510b66fe to your computer and use it in GitHub Desktop.
Display 24h time (with seconds) in Emacs modeline
(setq display-time-24hr-format t
display-time-format "%I:%M:%S"
display-time-interval 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment