1
0
Fork 0

Add directory-local time-stamp settings

This commit is contained in:
Tom Willemse 2017-12-06 00:47:57 -08:00
parent ea8e03f9a6
commit d4cec049c7

7
.dir-locals.el Normal file
View file

@ -0,0 +1,7 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(time-stamp-end . "\n")
(time-stamp-start . "^;; Version: ")
(time-stamp-pattern . "%:y%02m%02d%02H%02M%02S")))