diff --git a/init.el b/init.el index a57c423..3f13d33 100644 --- a/init.el +++ b/init.el @@ -4,6 +4,9 @@ ;;; Commentary: ;;; Load init files + +;;; Code: + ;;; Increase garbage collection threshold during init but leave it to the default value after ;;; There are a LOT of articles/sites/... discussing this: ;;; https://bling.github.io/blog/2016/01/18/why-are-you-changing-gc-cons-threshold/ @@ -19,3 +22,7 @@ (load custom-file :no-error-if-file-is-missing) ) + +(provide 'init) + +;;; init.el ends here