mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Add a use-package-version variable
This commit is contained in:
parent
c3b9cc2403
commit
2ff8af6495
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@
|
|||
(declare-function package-installed-p "package")
|
||||
(declare-function package-read-all-archive-contents "package" ())
|
||||
|
||||
(defconst use-package-version "2.4"
|
||||
"This version of use-package.")
|
||||
|
||||
(defgroup use-package nil
|
||||
"A use-package declaration for simplifying your `.emacs'."
|
||||
:group 'startup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue