ソースを参照

Update

master
10sr 5年前
コミット
27d0bd1218
署名者: 10sr GPGキーID: C384BB17CBB19347
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el ファイルの表示

@@ -206,6 +206,7 @@ found, otherwise returns nil."
;; start and quit

(setq inhibit-startup-message t)
(setq initial-buffer-choice 'messages-buffer)
(setq confirm-kill-emacs 'y-or-n-p)
(setq gc-cons-threshold (* 1024 1024 16))
(setq garbage-collection-messages nil)
@@ -229,7 +230,7 @@ found, otherwise returns nil."
(message "%s %s" invocation-name emacs-version)
(message "Invocation directory: %s" default-directory)
(message "%s was taken to initialize emacs." (emacs-init-time))
(view-echo-area-messages)
;; (view-echo-area-messages)
;; (view-emacs-news)
)



読み込み中…
キャンセル
保存