summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTony Zorman <soliditsallgood@mailbox.org>2023-12-21 17:51:09 +0100
committerPhilip Kaludercic <philipk@posteo.net>2024-03-30 13:49:21 +0100
commit77115be256d08c6524bc0c498d1d268686814090 (patch)
tree81859e47f740156151bdac53aec3d6afce336680 /etc
parent87be53846bfbf5a6387cb5a40105bd0fc5b48b38 (diff)
downloademacs-77115be256d08c6524bc0c498d1d268686814090.tar.gz
Add use-package-vc-prefer-newest user option
* lisp/use-package/use-package-core.el (use-package-vc-prefer-newest): User option to prefer the latest commit (as opposed to the latest release) of a package. (use-package-normalize--vc-arg): Check for use-package-vc-prefer-newest. * doc/misc/use-package.texi (Install package): Document use-package-vc-prefer-newest. * etc/NEWS: Document use-package-vc-prefer-newest.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6cefe11a2cc..feb128bc2de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1218,6 +1218,11 @@ interactive Python interpreter specified by 'python-interpreter'.
*** New ':vc' keyword.
This keyword enables the user to install packages using 'package-vc'.
++++
+*** New user option 'use-package-vc-prefer-newest'.
+This allows the user to always install the newest commit of a package
+when using the ':vc' keyword.
+
** Gnus
*** The 'nnweb-type' option 'gmane' has been removed.