summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-09 00:24:15 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-09 00:32:30 +0100
commit908957732933928d6878b96bb244529ae27b630a (patch)
tree29fe29c25c9fdb70779d758b2dffaac6f64510c8 /lisp/use-package/use-package-core.el
parent15dda8cd5b3bc37dd3013cecef325fef95ad7342 (diff)
downloademacs-908957732933928d6878b96bb244529ae27b630a.tar.gz
emacs-908957732933928d6878b96bb244529ae27b630a.tar.bz2
emacs-908957732933928d6878b96bb244529ae27b630a.zip
; Improve use-package Commentary sections
* lisp/use-package/bind-key.el: * lisp/use-package/use-package-bind-key.el: * lisp/use-package/use-package-core.el: * lisp/use-package/use-package-ensure-system-package.el: * lisp/use-package/use-package-ensure.el: * lisp/use-package/use-package.el: Improve Commentary sections.
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r--lisp/use-package/use-package-core.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index edc9fc689df..868a65803a4 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -22,14 +22,10 @@
;;; Commentary:
-;; The `use-package' declaration macro allows you to isolate package
-;; configuration in your ".emacs" in a way that is performance-oriented and,
-;; well, just tidy. I created it because I have over 80 packages that I use
-;; in Emacs, and things were getting difficult to manage. Yet with this
-;; utility my total load time is just under 1 second, with no loss of
-;; functionality!
+;; This file contains the core implementation of the `use-package'
+;; macro.
;;
-;; Please see README.md from the same repository for documentation.
+;; See the `use-package' info manual for more information.
;;; Code: