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