瀏覽代碼

Update

master
10sr 3 月之前
父節點
當前提交
b48f87006a
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el 查看文件

@@ -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'


Loading…
取消
儲存