From 4ccca9a08a613417baf81a55e1b33292cd869b63 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 3 Jun 2025 05:39:59 +0200 Subject: Update emacs config (calendar display) --- .emacs | 3 +++ .emacs.pure | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.emacs b/.emacs index 0297b09..49e2d9c 100644 --- a/.emacs +++ b/.emacs @@ -78,6 +78,9 @@ (propertize "Wnr" ; or e.g. "KW" in Germany 'font-lock-face 'font-lock-keyword-face)) +(add-hook 'calendar-load-hook + (lambda () + (calendar-set-date-style 'european))) ;; sunrise / sunset ;; (setq calendar-latitude 59.98765) diff --git a/.emacs.pure b/.emacs.pure index a4d0a17..46acbfe 100644 --- a/.emacs.pure +++ b/.emacs.pure @@ -78,6 +78,9 @@ (propertize "Wnr" ; or e.g. "KW" in Germany 'font-lock-face 'font-lock-keyword-face)) +(add-hook 'calendar-load-hook + (lambda () + (calendar-set-date-style 'european))) ;; sunrise / sunset ;; (setq calendar-latitude 59.98765) -- cgit v1.3