Only realised my calendar headers were in コロニヤルオプレサご!

This commit is contained in:
mez 2024-01-10 20:56:49 +00:00
parent b7ee85637a
commit 6971e1848c

View file

@ -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