# HG changeset patch # User Oleksandr Gavenko # Date 1214797708 14400 # Node ID 71cec5d9c60fe3be6bef976ebb8d0c653288dac0 # Parent 5aa6729514f61b159bb8e7e26ad1c65b09764825 Set week start with Monday. diff -r 5aa6729514f6 -r 71cec5d9c60f .emacs-my --- a/.emacs-my Sun Jun 29 23:43:48 2008 -0400 +++ b/.emacs-my Sun Jun 29 23:48:28 2008 -0400 @@ -342,8 +342,8 @@ ;; (setq all-christian-calendar-holidays t) ;; (setq calendar-date-display-form (quote ((format "%04s-%02d-%02d" year (string-to-int month) (string-to-int day))))) ;; (setq calendar-time-display-form (quote (24-hours ":" minutes (if time-zone " (") time-zone (if time-zone ")")))) -;; (setq calendar-week-start-day 1) -;; (setq european-calendar-style t) +(setq calendar-week-start-day 1) +(setq european-calendar-style t) ;; ====================================================================== ;; @@ -383,16 +383,6 @@ ;; (desire 'bbdb "bbdb") ;; ---------------------------------------------------------------------- -;; Appointments, diary, calendar. -;; -;; Use "M-x calendar RET" to display the calendar and start -;; appointment warnings. - -;; (desire 'appt) -;; (desire 'calendar) -;; (desire 'diary "diary-lib") - -;; ---------------------------------------------------------------------- ;; These provide options for the various message handling packages. ;; (desire 'browse-url)