diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index cf8b4c3..ef82f57 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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))