| @@ -206,7 +206,7 @@ Otherwize hook it." | |||||
| ;; start and quit | ;; start and quit | ||||
| (setq inhibit-startup-message t) | (setq inhibit-startup-message t) | ||||
| (setq initial-buffer-choice 'messages-buffer) | |||||
| (setq initial-buffer-choice ".") | |||||
| (setq confirm-kill-emacs 'y-or-n-p) | (setq confirm-kill-emacs 'y-or-n-p) | ||||
| ;; (setq gc-cons-threshold (* 1024 1024 16)) | ;; (setq gc-cons-threshold (* 1024 1024 16)) | ||||
| (setq garbage-collection-messages nil) | (setq garbage-collection-messages nil) | ||||
| @@ -234,8 +234,9 @@ Otherwize hook it." | |||||
| ;; (view-echo-area-messages) | ;; (view-echo-area-messages) | ||||
| ;; (view-emacs-news) | ;; (view-emacs-news) | ||||
| ) | ) | ||||
| (display-buffer (messages-buffer)) | |||||
| (with-current-buffer "*Messages*" | |||||
| (with-current-buffer (messages-buffer) | |||||
| (emacs-lock-mode 'kill)) | (emacs-lock-mode 'kill)) | ||||
| (cd ".") ; when using windows use / instead of \ in `default-directory' | (cd ".") ; when using windows use / instead of \ in `default-directory' | ||||