Last Updated: February 25, 2016
·
398
· fakedrake

Emacs building givbes weird errors

If your emacs compilation gives weird elisp related errors try the following:
- Remove .elc files: find . -name "*.elc" -exec rm {} \;
- Use make bootstrap instead of just make to build