From ced0fe8f9ef7cd16ade900bb34393c627f6d0c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Jan 2019 15:45:41 -0500 Subject: Change directory lisp/ to modules/ FS #2 --- settings.el | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'settings.el') diff --git a/settings.el b/settings.el index 8e0bce3..70f9cc1 100644 --- a/settings.el +++ b/settings.el @@ -1,5 +1,11 @@ -;; Garbage collection threshold -(setq local/gc-cons-threshold (* 512 1024 1024)) +;;; settings.el --- .Emacs Configuration -*- lexical-binding: t -*- +;;; Commentary: + +;;; 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") @@ -7,3 +13,8 @@ (setq large-file-warning-threshold (* 15 1024 1024)) (prefer-coding-system 'utf-8) (setq-default buffer-file-coding-system 'utf-8-auto-unix) + +;; Local Variables: +;; byte-compile-warnings: (not free-vars) +;; End: +;;; settings.el ends here -- cgit v1.2.3