A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://lists.gnu.org/archive/html/emacs-devel/2022-11/msg00857.html below:

Re: [elpa] externals/jarchive 2eb44fdf37: Add info to README about ELPA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] From: Stefan Monnier Subject: Re: [elpa] externals/jarchive 2eb44fdf37: Add info to README about ELPA Date: Sun, 13 Nov 2022 17:39:07 -0500 User-agent: Gnus/5.13 (Gnus v5.13)
>  
>  ``` 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