equal
deleted
inserted
replaced
417 (display-time) ; display-time-mode |
417 (display-time) ; display-time-mode |
418 |
418 |
419 ;; For (display-time-world). |
419 ;; For (display-time-world). |
420 (setq display-time-world-time-format "%A %d %B %R %z %Z") |
420 (setq display-time-world-time-format "%A %d %B %R %z %Z") |
421 (mapc (lambda (el) (add-to-list 'display-time-world-list el)) |
421 (mapc (lambda (el) (add-to-list 'display-time-world-list el)) |
422 '(("EET" "EET") |
422 '(("EET" "UTC+2, Eastern European Time") |
423 ("EST" "EST") |
423 ("EST" "UTC-5, Eastern Standard Time, New York") |
424 ("PST" "PST"))) |
424 ("EDT" "UTC-4, Eastern Daylight Time, New York"))) |
425 |
425 |
426 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
426 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
427 (message "shell, bash, Cygwin, MSYS") |
427 (message "shell, bash, Cygwin, MSYS") |
428 |
428 |
429 (defvar my-use-windows-shell nil |
429 (defvar my-use-windows-shell nil |