Automatically update date in manpages.

This commit is contained in:
tastytea 2019-06-03 20:39:48 +02:00
parent f40640bfcf
commit cebed44438
1 changed files with 2 additions and 1 deletions

View File

@ -764,7 +764,8 @@ With argument, do this that many times."
(adoc-mode . my/set-fill-column-80)
(adoc-mode . (lambda () ; Automatically update date.
(setq-local time-stamp-pattern
"8/:[dD[aA][tT][eE]: +%:y-%02m-%02d\n")))
"8/:[dD[aA][tT][eE]: +%:y-%02m-%02d\n")
(setq-local time-stamp-time-zone nil)))
)
(use-package markdown-mode