Some more configuration for calendar

Location (for sunrise/sunset/moon phases) and time zone
This commit is contained in:
Gergely Polonkai 2016-10-20 14:13:03 +02:00
parent deac6da527
commit 31f34697e3
1 changed files with 7 additions and 1 deletions

View File

@ -548,7 +548,13 @@
(use-package calendar
:init
(setq calendar-week-start-day 1))
(setq calendar-week-start-day 1
calendar-latitude 47.4
calendar-longitude 19.0
calendar-location-name "Budapest, Hungary"
calendar-time-zone 60
calendar-standard-time-zone-name "CET"
calendar-daylight-time-zone-name "CEST"))
(use-package yasnippet
:config