|
From: | Stefan Monnier |
Subject: | Re: "Emacs Lisp Packages" chapter in the Emacs manual |
Date: | Sun, 10 May 2020 15:35:48 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> And I'm not finding much. Am I missing something ? I think every package said how to do it. E.g. put this file somewhere and then add the following to your .emacs: (add-to-list 'load-path "/where/I/put/your/package") (autoload 'your-package-mode "your-package") ... A quick `grep -C3 '^;\+ *(autoload' **/*.el` shows that many of Emacs's own files still come with such instructions. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |