update of packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is use-package.info, produced by makeinfo version 7.0.1 from
|
||||
This is use-package.info, produced by makeinfo version 6.8 from
|
||||
use-package.texi.
|
||||
|
||||
This manual is for use-package, a configuration macro for simplifying
|
||||
@@ -713,12 +713,14 @@ File: use-package.info, Node: Global keybindings, Next: Binding in keymaps, U
|
||||
4.2.1 Global keybindings
|
||||
------------------------
|
||||
|
||||
To bind keys globally, the ‘:bind’ keyword takes either a single cons or
|
||||
a list of conses. Every cons has the form ‘(KEY . COMMAND’, where KEY
|
||||
is a string indicating the key to bind, and COMMAND is the name of a
|
||||
command (a symbol). The syntax for the keys is similar to the syntax
|
||||
used by the ‘kbd’ function (*note (emacs)Init Rebinding:: for more
|
||||
information).
|
||||
To bind keys globally, the ‘:bind’ keyword takes as its argument either
|
||||
a single cons or a list of conses. Each cons has the form
|
||||
‘(KEY . DEFINITION)’, where KEY is a string indicating the key to bind,
|
||||
and DEFINITION is the name of a command (a symbol). Alternatively,
|
||||
DEFINITION may be a cons ‘(DESC . COMMAND)’, where DESC is a string
|
||||
describing COMMAND, which is the name of a command to bind KEY to. The
|
||||
syntax for the keys is similar to the syntax used by the ‘kbd’ function
|
||||
(see *note (emacs)Init Rebinding::, for more information).
|
||||
|
||||
Using ‘:bind’ with a single cons
|
||||
--------------------------------
|
||||
@@ -759,6 +761,22 @@ e.g. ‘[tab]’ instead of ‘"<tab>"’.
|
||||
([f10] . helm-buffers-list)
|
||||
([S-f10] . helm-recentf)))
|
||||
|
||||
Providing custom descriptions of commands
|
||||
-----------------------------------------
|
||||
|
||||
When binding keys to commands with ‘:bind’, custom descriptions of the
|
||||
commands may optionally be provided.
|
||||
|
||||
Examples:
|
||||
|
||||
(use-package avy
|
||||
:bind ("C-:" ("Jump to char" . avy-goto-char)
|
||||
"M-g f" ("Jump to line" . avy-goto-line)))
|
||||
|
||||
These descriptions can be used by other code that deals with key
|
||||
bindings. For example, the GNU ELPA package ‘which-key’ displays them
|
||||
when showing key bindings, instead of the plain command names.
|
||||
|
||||
Remapping commands
|
||||
------------------
|
||||
|
||||
@@ -2305,60 +2323,60 @@ Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top949
|
||||
Node: Basic Concepts3145
|
||||
Node: Getting Started4571
|
||||
Node: Loading Packages7736
|
||||
Node: Loading basics9245
|
||||
Ref: Loading basics-Footnote-110806
|
||||
Node: Deferring loading10890
|
||||
Node: Forcing loading14113
|
||||
Node: Conditional loading14798
|
||||
Node: Loading sequentially16962
|
||||
Node: Load dependencies19543
|
||||
Node: Load path20524
|
||||
Node: Manual autoloads21761
|
||||
Node: Configuring Packages22417
|
||||
Node: Lisp Configuration23176
|
||||
Node: Preface keyword24040
|
||||
Node: Init keyword24946
|
||||
Node: Config keyword25566
|
||||
Node: Best practices26291
|
||||
Node: Key bindings27768
|
||||
Node: Global keybindings28538
|
||||
Node: Binding in keymaps31621
|
||||
Node: Binding to a keymap32832
|
||||
Node: Binding to repeat-maps33866
|
||||
Node: Displaying keybindings36253
|
||||
Node: Hooks36815
|
||||
Node: Modes and interpreters39583
|
||||
Node: Magic handlers41122
|
||||
Node: User options41951
|
||||
Node: Faces43366
|
||||
Node: Hiding minor modes44163
|
||||
Ref: Hiding minor modes-Footnote-144870
|
||||
Node: Diminish44925
|
||||
Ref: Diminish-Footnote-145864
|
||||
Node: Delight45923
|
||||
Ref: Delight-Footnote-147731
|
||||
Node: Installing packages47795
|
||||
Node: Install package48408
|
||||
Node: Pinning packages49238
|
||||
Ref: Pinning packages-Footnote-150932
|
||||
Node: Other package managers51012
|
||||
Node: Byte-compiling51884
|
||||
Node: Troubleshooting53876
|
||||
Node: Troubleshooting Options55227
|
||||
Node: Gathering Statistics56789
|
||||
Node: Disabling a package58356
|
||||
Node: Keyword extensions59072
|
||||
Node: use-package-ensure-system-package59560
|
||||
Ref: use-package-ensure-system-package-Footnote-162569
|
||||
Ref: use-package-ensure-system-package-Footnote-262837
|
||||
Node: Creating an extension62968
|
||||
Node: History66380
|
||||
Node: GNU Free Documentation License67053
|
||||
Node: Index92405
|
||||
Node: Top947
|
||||
Node: Basic Concepts3143
|
||||
Node: Getting Started4569
|
||||
Node: Loading Packages7734
|
||||
Node: Loading basics9243
|
||||
Ref: Loading basics-Footnote-110804
|
||||
Node: Deferring loading10888
|
||||
Node: Forcing loading14111
|
||||
Node: Conditional loading14796
|
||||
Node: Loading sequentially16960
|
||||
Node: Load dependencies19541
|
||||
Node: Load path20522
|
||||
Node: Manual autoloads21759
|
||||
Node: Configuring Packages22415
|
||||
Node: Lisp Configuration23174
|
||||
Node: Preface keyword24038
|
||||
Node: Init keyword24944
|
||||
Node: Config keyword25564
|
||||
Node: Best practices26289
|
||||
Node: Key bindings27766
|
||||
Node: Global keybindings28536
|
||||
Node: Binding in keymaps32350
|
||||
Node: Binding to a keymap33561
|
||||
Node: Binding to repeat-maps34595
|
||||
Node: Displaying keybindings36982
|
||||
Node: Hooks37544
|
||||
Node: Modes and interpreters40312
|
||||
Node: Magic handlers41851
|
||||
Node: User options42680
|
||||
Node: Faces44095
|
||||
Node: Hiding minor modes44892
|
||||
Ref: Hiding minor modes-Footnote-145599
|
||||
Node: Diminish45654
|
||||
Ref: Diminish-Footnote-146593
|
||||
Node: Delight46652
|
||||
Ref: Delight-Footnote-148460
|
||||
Node: Installing packages48524
|
||||
Node: Install package49137
|
||||
Node: Pinning packages49967
|
||||
Ref: Pinning packages-Footnote-151661
|
||||
Node: Other package managers51741
|
||||
Node: Byte-compiling52613
|
||||
Node: Troubleshooting54605
|
||||
Node: Troubleshooting Options55956
|
||||
Node: Gathering Statistics57518
|
||||
Node: Disabling a package59085
|
||||
Node: Keyword extensions59801
|
||||
Node: use-package-ensure-system-package60289
|
||||
Ref: use-package-ensure-system-package-Footnote-163298
|
||||
Ref: use-package-ensure-system-package-Footnote-263566
|
||||
Node: Creating an extension63697
|
||||
Node: History67109
|
||||
Node: GNU Free Documentation License67782
|
||||
Node: Index93134
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user