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)
|
||||
(global-prettify-symbols-mode -1)
|
||||
(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)
|
||||
|
||||
;; Cursor and mouse
|
||||
|
@ -16,23 +16,24 @@
|
|||
(blink-cursor-mode -1)
|
||||
|
||||
;; Customization for locale, environment and computer
|
||||
(setq calendar-latitude 49.4)
|
||||
(setq calendar-longitude 11.0)
|
||||
(setq calendar-location-name "Nuremberg, DE")
|
||||
(setq-default european-calendar-style t)
|
||||
(setq-default calendar-christian-all-holidays-flag t)
|
||||
(setq-default calendar-date-style (quote iso))
|
||||
(setq-default calendar-view-diary-initially-flag t)
|
||||
(setq-default calendar-week-start-day 1)
|
||||
(setq-default calendar-intermonth-text
|
||||
'(propertize
|
||||
(format "%2d"
|
||||
(car
|
||||
(calendar-iso-from-absolute
|
||||
(calendar-absolute-from-gregorian
|
||||
(list month day year )))))
|
||||
'font-lock-face 'font-lock-function-name-face))
|
||||
(setq-default ispell-program-name "aspell")
|
||||
(setq calendar-latitude 49.4
|
||||
calendar-longitude 11.0
|
||||
calendar-location-name "Nuremberg, DE"
|
||||
european-calendar-style t
|
||||
calendar-christian-all-holidays-flag t
|
||||
calendar-date-style (quote iso)
|
||||
calendar-view-diary-initially-flag t
|
||||
calendar-week-start-day 1
|
||||
calendar-intermonth-text
|
||||
'(propertize
|
||||
(format "%2d"
|
||||
(car
|
||||
(calendar-iso-from-absolute
|
||||
(calendar-absolute-from-gregorian
|
||||
(list month day year )))))
|
||||
'font-lock-face 'font-lock-function-name-face))
|
||||
|
||||
(setq-default ispell-program-name "hunspell")
|
||||
(setq-default grep-command "grep -i -nH -e ")
|
||||
|
||||
(when (eq system-type 'gnu/linux)
|
||||
|
|
Loading…
Add table
Reference in a new issue