Update calendar settings
This commit is contained in:
parent
23798269af
commit
bbaed04fd1
1 changed files with 2 additions and 3 deletions
5
init.el
5
init.el
|
@ -18,7 +18,8 @@
|
||||||
(blink-cursor-mode -1)
|
(blink-cursor-mode -1)
|
||||||
|
|
||||||
;; Customization for locale, environment and computer
|
;; 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-longitude 11.0
|
||||||
;; calendar-location-name "Nuremberg, DE"
|
;; calendar-location-name "Nuremberg, DE"
|
||||||
european-calendar-style t
|
european-calendar-style t
|
||||||
|
@ -35,8 +36,6 @@
|
||||||
(list month day year )))))
|
(list month day year )))))
|
||||||
'font-lock-face 'font-lock-function-name-face))
|
'font-lock-face 'font-lock-function-name-face))
|
||||||
|
|
||||||
(setq calendar-location-name "Nuremberg, DE")
|
|
||||||
|
|
||||||
(setq ispell-program-name "hunspell")
|
(setq ispell-program-name "hunspell")
|
||||||
(setq grep-command "grep -i -nH -e ")
|
(setq grep-command "grep -i -nH -e ")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue