Add directory-local time-stamp settings
This commit is contained in:
parent
ea8e03f9a6
commit
d4cec049c7
1 changed files with 7 additions and 0 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal 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")))
|
Loading…
Reference in a new issue