From b9babe870382500914d0e74984c7b93eae2b0974 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 18 Oct 2018 19:48:44 +0900 Subject: [PATCH] Remove time-stamp: --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 7e14bc3..f327aae 100644 --- a/emacs.el +++ b/emacs.el @@ -1,7 +1,5 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-18 17:01:09 JST 10sr> - ;;; Code: ;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el")) @@ -352,6 +350,7 @@ found, otherwise returns nil." (add-hook 'before-save-hook 'time-stamp) +;; Add Time-stamp: <> to insert timestamp there (set-variable 'time-stamp-format "%:y-%02m-%02d %02H:%02M:%02S %Z 10sr")