Write the time stamp for files before saving

This commit is contained in:
Tom Willemse 2019-01-28 02:05:29 -08:00
parent ec69a29394
commit 50e3c0613b

View file

@ -310,6 +310,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
(add-to-list 'grep-files-aliases '("msbuild" . "*.targets *.proj"))
(add-hook 'before-save-hook 'time-stamp)
(if (eq system-type 'windows-nt)
(require 'oni-windows-nt))