From bbaed04fd10323292311af74d63b6e2f581b49af Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 2 Oct 2023 17:00:01 +0200 Subject: [PATCH] Update calendar settings --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 063968ec..06d1258a 100755 --- a/init.el +++ b/init.el @@ -18,7 +18,8 @@ (blink-cursor-mode -1) ;; Customization for locale, environment and computer -(setq calendar-latitude 49.4 +(setq calendar-location-name "Nuremberg, DE" + calendar-latitude 49.4 calendar-longitude 11.0 ;; calendar-location-name "Nuremberg, DE" european-calendar-style t @@ -35,8 +36,6 @@ (list month day year ))))) 'font-lock-face 'font-lock-function-name-face)) -(setq calendar-location-name "Nuremberg, DE") - (setq ispell-program-name "hunspell") (setq grep-command "grep -i -nH -e ")