Some more configuration for calendar
Location (for sunrise/sunset/moon phases) and time zone
This commit is contained in:
parent
deac6da527
commit
31f34697e3
8
init.el
8
init.el
@ -548,7 +548,13 @@
|
|||||||
|
|
||||||
(use-package calendar
|
(use-package calendar
|
||||||
:init
|
: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
|
(use-package yasnippet
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user