1
0
Fork 0
emacs-config/.dir-locals.el
Tom Willemse bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00

7 lines
223 B
EmacsLisp

;;; 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")))