Browse Source

Add gc message

master
10sr 5 years ago
parent
commit
4bb08c62d5
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -192,6 +192,7 @@ found, otherwise returns nil."
(setq inhibit-startup-message t)
(setq confirm-kill-emacs 'y-or-n-p)
(setq gc-cons-threshold (* 1024 1024 4))
(setq garbage-collection-messages t)

(when window-system
(add-to-list 'default-frame-alist '(cursor-type . box))


Loading…
Cancel
Save