> > ``` emacs-lisp > (require 'jarchive) BTW, this was not changed in the above commit, but `require` should basically never be needed in a user's init file. And indeed if we look at the above sample in its entirety: ``` emacs-lisp (require 'jarchive) (with-eval-after-load "init" (jarchive-setup)) ``` we see that `require` is not needed since `jarchive-setup` is autoloaded. I also fail to see why you need to wrap it in `(with-eval-after-load "init" ...)`, especially since that will fail for the users who don't have an `init.el` (those who use `early-init.el` or `~/.emacs` instead). Stefan[Prev in Thread] Current Thread [Next in Thread]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4