Now on git.acdw.net https://git.acdw.net/emacs
Go to file
Case Duckworth 8e49378b47 Move lexical-binding setting into a hook
*scratch* still doesn't apply the (setq-default lexical-binding t) form, but
the advice I'd been giving `setup' broke the documentation generator function.
So I just added lexical-binding to a hook when opening an emacs-lisp-mode
buffer.

Will this bite me later?  Possibly.  But I'll deal with that then.  The worst
that could happen is that I'd write another function, `setup-test' or
something, that'd apply lexical-binding and then run `setup'.  Or I could just
set lexical-binding to t manually.  Whatever.
2021-04-22 10:20:25 -05:00
lisp Also load files in .emacs.d/lisp when running `refresh-emacs' 2021-04-22 10:06:39 -05:00
.gitattributes Fix eol 2021-03-24 16:13:19 +00:00
.gitignore Add (and ignore) pkg/ 2021-04-19 14:38:44 -05:00
early-init.el Attempt to further speed up init 2021-04-19 00:21:12 -05:00
gnus.el Update Gnus config 2021-04-21 17:22:23 -05:00
init.el Move lexical-binding setting into a hook 2021-04-22 10:20:25 -05:00