GNU-devel ELPA - site-lisp

site-lisp Atom Feed

Description
Manage site-lisp directories
Latest
site-lisp-0.3.0pre0.20251211.192642.tar (.sig), 2025-Dec-11, 50.0 KiB
Maintainer
Philip Kaludercic <philipk@posteo.net>
Website
https://codeberg.org/pkal/site-lisp.el
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

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).

New files will automatically be registered when
`site-lisp-initialise' is invoked (the function is autoloaded, so
you can add it directly to your init.el), but you can invoke the
command `site-lisp-reload' at any time to avoid restarting Emacs.

Old versions

site-lisp-0.2.0.0.20250918.230122.tar.lz2025-Sep-1913.9 KiB
site-lisp-0.1.2.0.20240308.82403.tar.lz2024-Mar-3113.9 KiB
site-lisp-0.1.2.0.20240229.91200.tar.lz2024-Feb-2913.8 KiB
site-lisp-0.1.2.0.20240226.81832.tar.lz2024-Feb-2613.8 KiB
site-lisp-0.1.2.0.20240221.82209.tar.lz2024-Feb-2113.7 KiB
site-lisp-0.1.2.0.20231003.74326.tar.lz2023-Oct-0313.6 KiB
site-lisp-0.1.1.0.20230423.152517.tar.lz2023-Apr-3013.5 KiB
site-lisp-0.1.1.0.20230405.200734.tar.lz2023-Apr-0513.5 KiB
site-lisp-0.1.1.0.20230328.80738.tar.lz2023-Mar-2813.5 KiB
site-lisp-0.1.1.0.20230325.141933.tar.lz2023-Mar-2613.5 KiB

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.