From 6971e1848cbdd4a89595ae7cdc202ff44f712216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 10 Jan 2024 20:56:49 +0000 Subject: [PATCH] =?UTF-8?q?Only=20realised=20my=20calendar=20headers=20wer?= =?UTF-8?q?e=20in=20=E3=82=B3=E3=83=AD=E3=83=8B=E3=83=A4=E3=83=AB=E3=82=AA?= =?UTF-8?q?=E3=83=97=E3=83=AC=E3=82=B5=E3=81=94!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index 845aad1..de341ed 100644 --- a/config.org +++ b/config.org @@ -813,6 +813,12 @@ Set up habit display. (setq org-habit-show-all-today t) #+END_SRC +Set the calendar day headers to the same language as the agenda. + +#+BEGIN_SRC emacs-lisp + (setq calendar-day-header-array ["Sl" "Ln" "Mt" "Mr" "Yw" "Gw" "Sd"]) +#+END_SRC + *** Refile #+BEGIN_SRC emacs-lisp