Skip to content

emacs-straight/site-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy configuring of site-local Elisp files

Find here the source for site-lisp.el, a script that make the loading of other scripts inside of Emacs easier. All you need to do is place a file or directory within a well-known location and site-lisp.el should take care of the rest.

Installation

Site-lisp.el is avaliable from GNU ELPA. It can be installed by invoking

M-x package-install RET site-lisp RET

Usage

All you should need is to require site-lisp or call site-lisp-initialise at some point in your initialisation file:

(site-lisp-initialise)

or for example after Emacs has initialised:

(add-hook 'after-init-hook #'site-lisp-initialise)

Contribute

As site-lisp.el is distribed as part of GNU ELPA, and therefore requires a copyright assignment to the FSF, for all non-trivial code contributions.

Source code

Site-lisp.el is developed on Codeberg.

Bugs and Patches

Bugs, patches, comments or questions can be submitted via Codeberg's issue system or by sending me an email.

Distribution

Site-lisp.el and all other source files in this directory are distributed under the GNU Public License, Version 3 (like Emacs itself).

About

Mirror of the site-lisp package from GNU ELPA, current as of 2025-12-13

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published