akmeow
This commit is contained in:
+2
-1
@@ -12,8 +12,9 @@
|
||||
garbage-collection-messages t)
|
||||
|
||||
;; Temporarily raise GC threshold during startup
|
||||
(setq gc-cons-threshold most-positive-fixnum
|
||||
(setq gc-cons-threshold 8000000000
|
||||
gc-cons-percentage 0.6)
|
||||
(add-hook 'after-init-hook (lambda () (setq gc-cons-threshold 80000000)))
|
||||
|
||||
;; Disable UI chrome
|
||||
(dolist (mode '(menu-bar-mode tool-bar-mode scroll-bar-mode))
|
||||
|
||||
Reference in New Issue
Block a user