summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
diff options
context:
space:
mode:
authorJimmy Yuen Ho Wong <wyuenho@gmail.com>2020-07-22 02:05:31 +0100
committerGitHub <noreply@github.com>2020-07-22 02:05:31 +0100
commit1f54de9210a2add3a2e7f0416069bab5fe15d8e4 (patch)
tree095c8b9ae1d62d14f7cd94d715b014a4fccfdf4a /lisp/use-package/use-package-core.el
parent2ca2212f7312061c5462c8826774857e2455c1a8 (diff)
parentc358eedcf9f5c8921005bbaae78a3abc1fe8cc86 (diff)
downloademacs-1f54de9210a2add3a2e7f0416069bab5fe15d8e4.tar.gz
emacs-1f54de9210a2add3a2e7f0416069bab5fe15d8e4.tar.bz2
emacs-1f54de9210a2add3a2e7f0416069bab5fe15d8e4.zip
Merge branch 'master' into patch-1
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r--lisp/use-package/use-package-core.el4
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."