summaryrefslogtreecommitdiff
path: root/doc/misc/use-package.texi
Commit message (Collapse)AuthorAgeFilesLines
* use-package.texi: New section "Manual installation"Stefan Kangas2022-12-121-30/+48
| | | | | | * doc/misc/use-package.texi (Manual installation): New section. (Load path, Manual autoloads): Make into subsections of above new section.
* ; * doc/misc/use-package.texi: Prepare for GNU ELPA.Stefan Kangas2022-12-111-4/+6
|
* ; Fix use-package-ensure-system-package macOS footnoteStefan Kangas2022-12-111-4/+5
| | | | | * doc/misc/use-package.texi (use-package-ensure-system-package): Fix macOS footnote.
* ; * doc/misc/use-package.texi: Fix misplaced @end group.Stefan Kangas2022-12-101-2/+1
|
* ; Fix some minor issues in use-package.texiStefan Kangas2022-12-101-14/+10
| | | | * doc/misc/use-package.texi: Fix some minor issues.
* ; * doc/misc/use-package.texi: Fix @file.Eli Zaretskii2022-12-091-1/+1
|
* ; * doc/misc/use-package.texi: Fix @acronym.Eli Zaretskii2022-12-091-1/+1
|
* ; * doc/misc/use-package.texi: Fix indexing.Eli Zaretskii2022-12-091-2/+1
|
* ; Improve the use-package manualEli Zaretskii2022-12-091-249/+518
| | | | | | | | | | | | | | | | | | | * doc/misc/use-package.texi (Top, Basic Concepts) (Getting Started, Loading Packages, Loading basics) (Deferring loading, Forcing loading, Conditional loading) (Loading sequentially, Load dependencies, Load path) (Manual autoloads, Configuring Packages, Lisp Configuration) (Preface keyword, Init keyword, Best practices, Key bindings) (Global keybindings, Binding in keymaps, Binding to a keymap) (Binding to repeat-maps, Displaying keybindings) (Modes and interpreters, Magic handlers, User options, Faces) (Delight, Diminish, Install package, Pinning packages) (Other package managers, Byte-compiling, Troubleshooting) (Troubleshooting Options, Gathering Statistics) (Disabling a package, Keyword extensions) (use-package-ensure-system-package, Creating an extension): Fix wording, punctuation, typos, and markup; add indexing. Add @group..@end group in code examples.
* Improve :delight keyword example in use-package manualStefan Kangas2022-12-091-11/+31
| | | | | | | | * use-package.texi (Diminish, Delight): Clarify what happens if the pre-requisite packages are not installed. Change an example with performance issues to one without any. Resolves https://github.com/jwiegley/use-package/issues/835
* Add conditional loading examples to use-package manualStefan Kangas2022-12-091-6/+45
| | | | | | | * doc/misc/use-package.texi (Conditional loading): Expand section with examples. Resolves https://github.com/jwiegley/use-package/issues/693
* ; Don't say to require bind-key in use-package manualStefan Kangas2022-12-091-1/+0
| | | | | | * doc/misc/use-package.texi (Getting Started): Remove instruction to require 'bind-key'; it is already required by 'use-package' and the entry points are autoloaded.
* Drop key-chord.el support from use-packageStefan Kangas2022-12-081-27/+0
| | | | | | | | * lisp/use-package/bind-chord.el: * lisp/use-package/use-package-chords.el: * test/lisp/use-package/use-package-chords-tests.el: Delete files. * doc/misc/use-package.texi (use-package-chords): Delete section. Ref: https://lists.gnu.org/r/emacs-devel/2022-12/msg00052.html
* ; Document use-package-reset-statisticsStefan Kangas2022-12-081-2/+6
| | | | | * doc/misc/use-package.texi (Gathering Statistics): Document use-package-reset-statistics.
* use-package: Improve :mode keyword documentationStefan Kangas2022-12-081-1/+25
| | | | | | | * doc/misc/use-package.texi (Modes and interpreters): Improve section and document the use of a list of regexps. Resolves https://github.com/jwiegley/use-package/issues/996
* ; * doc/misc/use-package.texi: Improve indexing.Stefan Kangas2022-12-081-0/+7
|
* Add new use-package manualStefan Kangas2022-12-081-589/+1456
| | | | * doc/misc/use-package.texi: Rewrite manual.
* Revert "Allow multiple keymaps in :map argument"John Wiegley2022-11-151-35/+35
|
* Merge remote-tracking branch 'origin/master' into pr-830John Wiegley2022-11-151-114/+91
|\
| * Merge branch 'master' into texinfo-wipJohn Wiegley2022-11-151-31/+8
| |\
| | * Recommend GNU ELPA over MELPAStefan Kangas2022-11-151-33/+10
| |/ |/|
| * Fix makeinfo warningsStefan Kangas2022-11-151-40/+40
| | | | | | | | Resolves https://github.com/jwiegley/use-package/issues/962
| * Use two spaces to end sentencesStefan Kangas2022-11-151-41/+41
| |
| * manual: Regenerate texi fileStefan Kangas2022-11-151-41/+41
|/
* manual: Regenerate texi fileJonas Bernoulli2022-08-081-109/+19
|
* Update use-package.texiDamien Cassou2022-04-041-82/+137
|
* Update version to 2.4.1John Wiegley2020-11-101-2/+2
|
* Fix typosDamien Cassou2019-11-261-1/+1
| | | | Typos found with codespell.
* Update use-package.texiJohn Wiegley2018-06-131-1/+1
|
* Added an Introduction taken from the READMEThomas Ingram2018-06-131-1/+5
| | | | Copyright-paperwork-exempt: yes
* Encourage installation via https instead of httpValentin Ignatev2018-03-141-2/+2
|
* Commit .texi file, as it requires several dependencies to generateJohn Wiegley2017-12-041-0/+1000