.emacs-my
changeset 49 71cec5d9c60f
parent 48 5aa6729514f6
child 50 01ee2719844c
equal deleted inserted replaced
48:5aa6729514f6 49:71cec5d9c60f
   340 ;; Calendar
   340 ;; Calendar
   341 ;; (setq mark-holidays-in-calendar t)
   341 ;; (setq mark-holidays-in-calendar t)
   342 ;; (setq all-christian-calendar-holidays t)
   342 ;; (setq all-christian-calendar-holidays t)
   343 ;; (setq calendar-date-display-form (quote ((format "%04s-%02d-%02d" year (string-to-int month) (string-to-int day)))))
   343 ;; (setq calendar-date-display-form (quote ((format "%04s-%02d-%02d" year (string-to-int month) (string-to-int day)))))
   344 ;; (setq calendar-time-display-form (quote (24-hours ":" minutes (if time-zone " (") time-zone (if time-zone ")"))))
   344 ;; (setq calendar-time-display-form (quote (24-hours ":" minutes (if time-zone " (") time-zone (if time-zone ")"))))
   345 ;; (setq calendar-week-start-day 1)
   345 (setq calendar-week-start-day 1)
   346 ;; (setq european-calendar-style t)
   346 (setq european-calendar-style t)
   347 
   347 
   348 ;; ======================================================================
   348 ;; ======================================================================
   349 ;;
   349 ;;
   350 ;; STANDARD HOOKS
   350 ;; STANDARD HOOKS
   351 
   351 
   379 
   379 
   380 ;; BBDB - Must be loaded before most other things, since other things
   380 ;; BBDB - Must be loaded before most other things, since other things
   381 ;;        may perform special configuration if BBDB is present.
   381 ;;        may perform special configuration if BBDB is present.
   382 ;;
   382 ;;
   383 ;; (desire 'bbdb "bbdb")
   383 ;; (desire 'bbdb "bbdb")
   384 
       
   385 ;; ----------------------------------------------------------------------
       
   386 ;; Appointments, diary, calendar.
       
   387 ;;
       
   388 ;; Use "M-x calendar RET" to display the calendar and start
       
   389 ;; appointment warnings.
       
   390 
       
   391 ;; (desire 'appt)
       
   392 ;; (desire 'calendar)
       
   393 ;; (desire 'diary "diary-lib")
       
   394 
   384 
   395 ;; ----------------------------------------------------------------------
   385 ;; ----------------------------------------------------------------------
   396 
   386 
   397 ;; These provide options for the various message handling packages.
   387 ;; These provide options for the various message handling packages.
   398 ;; (desire 'browse-url)
   388 ;; (desire 'browse-url)