.emacs-my
changeset 548 1bfa0cf51c9c
parent 547 9f098b5f9269
child 549 62dd5f72d647
equal deleted inserted replaced
547:9f098b5f9269 548:1bfa0cf51c9c
  1450             (let ( (mgs-list '("Welcome to emacs, the thermonuclear editor."
  1450             (let ( (mgs-list '("Welcome to emacs, the thermonuclear editor."
  1451                                "You enter to Out Space. Emacs on."
  1451                                "You enter to Out Space. Emacs on."
  1452                                "Nice day for Emacsing!")) )
  1452                                "Nice day for Emacsing!")) )
  1453               (message (nth (random (length mgs-list)) mgs-list)))))
  1453               (message (nth (random (length mgs-list)) mgs-list)))))
  1454 
  1454 
       
  1455 (switch-to-buffer "*Messages*")
       
  1456 (setq default-directory "~/")
  1455 (switch-to-buffer "*scratch*")
  1457 (switch-to-buffer "*scratch*")
  1456 (setq default-directory "~/")
  1458 (setq default-directory "~/")
  1457 
  1459 
  1458 ;;; End loading...
  1460 ;;; End loading...