Version 0.3.0 of package Site-Lisp has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Site-Lisp describes itself as:

  ============================
  Manage site-lisp directories
  ============================

More at https://elpa.gnu.org/packages/site-lisp.html

## Summary:

  NOTE: This package has been deprecated by the "User Lisp
  Directory", added in Emacs 31.  This package provides a
  compatibility wrapper for `prepare-user-lisp' that you can invoke
  manually to make the switch easier in the future.

  This package automates the management of local Lisp code.  Similar
  to package.el, it will byte-compile files, scrape for autoload
  cookies and update the `load-path', but "installing" a package just
  involves placing a file or a directory into a "site-lisp"
  directory, inside your Emacs configuration directory (see
  `site-lisp-directory' if you wish to modify this behaviour).

## Recent NEWS:

* Add transition code for Emacs 31's "User Lisp" directories.  You
  can replace `site-lisp-initialise' with `prepare-user-lisp' in
  your configuration to make switching to the build-in version
  easier as soon as you upgrade.

Reply via email to