aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-08 10:11:10 -0500
committerJesús <heckyel@hyperbola.info>2019-05-08 10:11:10 -0500
commit5f11b92b726a0b39142422538842b005a399ce1d (patch)
tree835e4ff2cd24a6f18ded06d48979367bb150625a /settings.el
parent95f6e1b85ddcf492cfe8fd3b7a66208ccb0dac5e (diff)
downloademacs-personal-5f11b92b726a0b39142422538842b005a399ce1d.tar.lz
emacs-personal-5f11b92b726a0b39142422538842b005a399ce1d.tar.xz
emacs-personal-5f11b92b726a0b39142422538842b005a399ce1d.zip
improve performance
Diffstat (limited to 'settings.el')
-rw-r--r--settings.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/settings.el b/settings.el
index 70f9cc1..0cc91b4 100644
--- a/settings.el
+++ b/settings.el
@@ -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)