site-lisp
- Description
- Manage site-lisp directories
- Latest
- site-lisp-0.1.2.tar (.sig), 2024-Mar-31, 50.0 KiB
- Maintainer
- Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
- Atom feed
- site-lisp.xml
- Website
- https://git.sr.ht/~pkal/site-lisp
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
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.1.1.tar.lz | 2023-Mar-26 | 13.5 KiB |
News
* Allow `site-lisp-directory' to be a list of directories.