From cdca52ea6eda5fa82a2dcce12d1088a5c9c556f0 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 3 Jan 2017 01:43:36 +0900 Subject: [PATCH] Add display-time-format --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index aa0d976..45c7a27 100644 --- a/emacs.el +++ b/emacs.el @@ -462,6 +462,7 @@ found, otherwise returns nil." (setq resize-mini-windows t) (temp-buffer-resize-mode 1) (savehist-mode 1) +(defvar display-time-format "%Y/%m/%d %a %H:%M") (fset 'yes-or-no-p 'y-or-n-p)