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:
@@ -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'.")
|
||||
|
||||
Reference in New Issue
Block a user