Automatically update date in manpages.
This commit is contained in:
parent
f40640bfcf
commit
cebed44438
3
init.el
3
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user