mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Change use-package custom :group to initialization
* lisp/use-package/use-package-core.el (use-package): Move defgroup to custom :group 'initialization'.
This commit is contained in:
parent
d3e9bd3b57
commit
5899cac111
@ -63,7 +63,7 @@
|
||||
|
||||
(defgroup use-package nil
|
||||
"A `use-package' declaration for simplifying your `.emacs'."
|
||||
:group 'startup)
|
||||
:group 'initialization)
|
||||
|
||||
(defconst use-package-version "2.4.4"
|
||||
"This version of `use-package'.")
|
||||
|
Loading…
Reference in New Issue
Block a user