From 3d5c13ffae1f256952a1d6984ce287e8b707985e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Jun 2019 23:19:21 +0200 Subject: Emacs: rework config I missed some things, but time will tell if I actually need them --- emacs/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 27ab85cc..48fc30a3 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -21,5 +21,6 @@ (when (featurep 'auto-compile) (auto-compile-on-load-mode)) -(load-file (expand-file-name "main.el" user-emacs-directory)) +(let ((gc-cons-threshold most-positive-fixnum)) + (load (expand-file-name "main.el" user-emacs-directory) :nomessage t)) ;;; init ends here -- cgit 1.4.1