Update calender defaults
This commit is contained in:
parent
7b0e8ce5e8
commit
0ac07a458b
1 changed files with 19 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
(global-prettify-symbols-mode -1)
|
(global-prettify-symbols-mode -1)
|
||||||
(set-fringe-mode 10)
|
(set-fringe-mode 10)
|
||||||
(setq-default display-time-format "%V %F %R %a")
|
(setq-default display-time-format " W%V %d %b %Y %a %R %z")
|
||||||
(setq-default display-time-24hr-format t)
|
(setq-default display-time-24hr-format t)
|
||||||
|
|
||||||
;; Cursor and mouse
|
;; Cursor and mouse
|
||||||
|
@ -16,23 +16,24 @@
|
||||||
(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-latitude 49.4
|
||||||
(setq calendar-longitude 11.0)
|
calendar-longitude 11.0
|
||||||
(setq calendar-location-name "Nuremberg, DE")
|
calendar-location-name "Nuremberg, DE"
|
||||||
(setq-default european-calendar-style t)
|
european-calendar-style t
|
||||||
(setq-default calendar-christian-all-holidays-flag t)
|
calendar-christian-all-holidays-flag t
|
||||||
(setq-default calendar-date-style (quote iso))
|
calendar-date-style (quote iso)
|
||||||
(setq-default calendar-view-diary-initially-flag t)
|
calendar-view-diary-initially-flag t
|
||||||
(setq-default calendar-week-start-day 1)
|
calendar-week-start-day 1
|
||||||
(setq-default calendar-intermonth-text
|
calendar-intermonth-text
|
||||||
'(propertize
|
'(propertize
|
||||||
(format "%2d"
|
(format "%2d"
|
||||||
(car
|
(car
|
||||||
(calendar-iso-from-absolute
|
(calendar-iso-from-absolute
|
||||||
(calendar-absolute-from-gregorian
|
(calendar-absolute-from-gregorian
|
||||||
(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-default ispell-program-name "aspell")
|
|
||||||
|
(setq-default ispell-program-name "hunspell")
|
||||||
(setq-default grep-command "grep -i -nH -e ")
|
(setq-default grep-command "grep -i -nH -e ")
|
||||||
|
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
|
|
Loading…
Add table
Reference in a new issue