Skip to content

Instantly share code, notes, and snippets.

@guehara
Created August 24, 2012 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guehara/3445213 to your computer and use it in GitHub Desktop.
Save guehara/3445213 to your computer and use it in GitHub Desktop.
日付表示の方法をよく忘れるのでメモ
(setq display-time-string-forms
'(year "/" month "/" day " " dayname " " 24-hours ":" minutes))
(display-time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment