diff options
author | John Wiegley <johnw@newartisans.com> | 2020-07-21 14:56:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 14:56:27 -0700 |
commit | c358eedcf9f5c8921005bbaae78a3abc1fe8cc86 (patch) | |
tree | 8ae2552a998bb6d75f2418d5ee675998b64f0b55 /lisp/use-package/use-package-core.el | |
parent | 3e96664ffe8f870118d730cc42b9c99f43134cbf (diff) | |
parent | 13b1e202bf48893116aa359e4681682d59e55a9e (diff) | |
download | emacs-c358eedcf9f5c8921005bbaae78a3abc1fe8cc86.tar.gz emacs-c358eedcf9f5c8921005bbaae78a3abc1fe8cc86.tar.bz2 emacs-c358eedcf9f5c8921005bbaae78a3abc1fe8cc86.zip |
Merge pull request from tzz/custom-set-default
GitHub-reference: https://github.com/jwiegley/use-package/issues/855
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r-- | lisp/use-package/use-package-core.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 169dbc455bc..a36f73f0267 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -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 `customize-set-variable' 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." |