equal
deleted
inserted
replaced
1056 (cd "~/") |
1056 (cd "~/") |
1057 (setq user-full-name "Oleksandr Gavenko") |
1057 (setq user-full-name "Oleksandr Gavenko") |
1058 (setq user-mail-address "gavenkoa@gmail.com") |
1058 (setq user-mail-address "gavenkoa@gmail.com") |
1059 (setenv "ORGANIZATION" (concat user-full-name " <" user-mail-address ">")) |
1059 (setenv "ORGANIZATION" (concat user-full-name " <" user-mail-address ">")) |
1060 |
1060 |
1061 (message "You enter to Space. Emacs power on.") |
1061 (add-hook 'emacs-startup-hook |
1062 |
1062 (lambda () |
1063 ;; |
1063 (let ( (mgs-list '("Welcome to emacs, the thermonuclear editor." |
|
1064 "You enter to Out Space. Emacs on." |
|
1065 "Nice day for Emacsing!")) ) |
|
1066 (message (nth (random (length mgs-list)) mgs-list))))) |
|
1067 |
1064 ;; End loading... |
1068 ;; End loading... |