Closed toyboot4e closed 3 years ago
But I got a lot of errors.
Can you paste the error?
*Warnings*
:
Warning (initialization): An error occurred while loading ‘/Users/toy/.emacs’:
Symbol's value as variable is void: winner
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
Also my Emacs version is:
GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95))
of 2020-08-12
Please tell me know if I should do anything else. Thank you.
is it too hard to use
.elc
files if we split ourinit.el
to multiple files?
It would be troublesome, so I decide not to support byte compilation. In fact, I don't see much a benefit in using byte compilation, a lot of optimization and lazy-loading have been applied to M-EMACS so the start-up speed is very fast. Thanks you for you suggestion anyways. :)
Thank you for the clarification. You saved my next 12 hours!
Yeah the only con pro I see is the output (warnings and errors) of byte compilation.
Hi, I'm trying to start using Emacs. Thank you for sharing your configuration!
I downloaded your
.emacs.d
atHOME
, startedemacs
, and closed. Then I compiled.el
files underelisp
directory:And started Emacs:
But I got a lot of errors.
I guess I'm doing something wrong, or, is it too hard to use
.elc
files if we split ourinit.el
to multiple files? (While I was editing my owninit.el
, I got errors when I useduse-package
in a file whereuse-package
is not bootstrapped). Thank you :)