]> err.no Git - dotfiles/commitdiff
Update display-time-format
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 07:05:53 +0000 (07:05 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 26 Sep 2002 07:05:53 +0000 (07:05 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@5 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index d96cc5c46d2f04a2e27a886c57f1a4195f0dbfdf..fdaa39f84d6cae24c20cd6d2dc2a48c936fda77a 100644 (file)
--- a/emacs
+++ b/emacs
@@ -319,3 +319,5 @@ inserts \" characters."
 (setq show-trailing-whitespace t)
 (setq-default indent-tabs-mode nil)
 (define-coding-system-alias 'iso885915 'iso-8859-15)
+(setq display-time-format "%H:%M"
+      display-time-string-forms '(24-hours ":" minutes))
\ No newline at end of file