Add calendar settings to defaults
This commit is contained in:
parent
254f942eba
commit
4fe9a5d993
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
(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-default grep-command "grep -i -nH -e ")
|
||||
(when (eq system-type 'gnu/linux)
|
||||
|
|
Loading…
Add table
Reference in a new issue