all repos — archive/dotfiles @ 3d5c13ffae1f256952a1d6984ce287e8b707985e

Superseded by nixfiles

Emacs: rework config I missed some things, but time will tell if I actually need them

Alan Pearce
commit

3d5c13ffae1f256952a1d6984ce287e8b707985e

parent

27da3161affcf5066cfbb83d2a569f50c5fb8cd1

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M emacs/.emacs.d/init.elemacs/.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