improve performance

This commit is contained in:
Jesús
2019-05-08 10:11:10 -05:00
parent 95f6e1b85d
commit 5f11b92b72
2 changed files with 88 additions and 50 deletions

View File

@@ -3,14 +3,9 @@
;;; Code:
;; Make startup faster by reducing the frequency of garbage
;; collection. The default is 800 kilobytes. Measured in bytes.
(setq local/gc-cons-threshold (* 50 1000 1000))
(setq user-full-name "Jesús E.")
(setq user-mail-address "heckyel@hyperbola.info")
(set-language-environment "UTF-8")
(setq large-file-warning-threshold (* 15 1024 1024))
(prefer-coding-system 'utf-8)
(setq-default buffer-file-coding-system 'utf-8-auto-unix)