From cebed44438b0b02cd40d7461bd17267d8fbf8be9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 3 Jun 2019 20:39:48 +0200 Subject: [PATCH] Automatically update date in manpages. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f185285..02777b2 100644 --- a/init.el +++ b/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