1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Update the documentation for :custom as per

GitHub-reference: https://github.com/jwiegley/use-package/issues/850
This commit is contained in:
Ted Zlatanov 2020-07-12 16:09:10 -04:00
parent d3f847eaee
commit 13b1e202bf

View file

@ -1563,7 +1563,9 @@ this file. Usage:
:load-path Add to the `load-path' before attempting to load the package.
:diminish Support for diminish.el (if installed).
:delight Support for delight.el (if installed).
:custom Call `custom-set' or `set-default' with each variable definition.
:custom Call `custom-set' or `set-default' with each variable
definition without modifying the Emacs `custom-file'.
(compare with `custom-set-variables').
:custom-face Call `customize-set-faces' with each face definition.
:ensure Loads the package using package.el if necessary.
:pin Pin the package to an archive."