blob: 40dec1bdce74a1e65c1d8ebd3b3e6bb772b197b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
I have enabled JIT compilation of all upstream-included elisp files.
It means compilation will be painfully slow in older/slower CPUs, but
runtime performance will be faster.
In order to compile all site-lisp on demand (repos/AUR packages, ELPA,
MELPA, whatever), add
(setq comp-deferred-compilation t)
to your .emacs file. All .eln files will go into $HOME/.emacs.d.
|