Write the time stamp for files before saving
This commit is contained in:
parent
ec69a29394
commit
50e3c0613b
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue