Emacs: rework config I missed some things, but time will tell if I actually need them
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M emacs/.emacs.d/init.el → 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