diff -r 24992bae7599 -r 083974006b4a .emacs-my --- a/.emacs-my Mon Jan 17 16:22:30 2011 +0200 +++ b/.emacs-my Mon Jan 17 16:28:51 2011 +0200 @@ -80,8 +80,6 @@ ;;; ---------------------------------------------------------------- (message "appearance") -(setq default-directory "~/") - ;; To maximize frame on full screen, not work with Windows Emacs 21.4. ;; And maked different height with Emacs 22.3 and 23.1. ;; (setq initial-frame-alist '((fullscreen . fullboth))) @@ -1442,4 +1440,7 @@ "Nice day for Emacsing!")) ) (message (nth (random (length mgs-list)) mgs-list))))) +(switch-to-buffer "*scratch*") +(setq default-directory "~/") + ;;; End loading...