Update calendar settings

This commit is contained in:
Marcus Kammer 2023-10-02 17:00:01 +02:00
parent 23798269af
commit bbaed04fd1
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

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