summaryrefslogtreecommitdiff
path: root/lisp/use-package/bind-key.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Ensure bind-key is its own packageStefan Kangas2023-09-221-0/+1
* Fix byte-compiled files that use 'bind-key' from use-packageEli Zaretskii2023-08-041-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * lisp/use-package/bind-key.el: Remove ineffective backslashes.Mattias Engdegård2022-12-111-3/+3
* ; Fix typosStefan Kangas2022-12-091-2/+2
* ; Improve use-package Commentary sectionsStefan Kangas2022-12-091-7/+7
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+5
* ; Minor doc fixes in bind-key.elStefan Kangas2022-12-081-5/+4
* Update use-package defgroupsStefan Kangas2022-12-081-1/+4
* Improve bind-keys* and override-global-mode docstringsStefan Kangas2022-12-081-1/+17
* Add package keyword from finder-known-keywordsStefan Kangas2022-11-171-1/+1
* Fix Package-Requires for bind-{chord,key}.elStefan Kangas2022-11-171-2/+2
* Merge pull request from skangas/dir-localsJohn Wiegley2022-11-161-1/+0
|\
| * Add .dir-locals.elStefan Kangas2022-11-161-1/+0
* | Delete redundant headersStefan Kangas2022-11-161-1/+0
* | Normalize GPLv3 license statementsStefan Kangas2022-11-161-15/+13
|/
* Revert "Allow multiple keymaps in :map argument"John Wiegley2022-11-151-62/+47
* Merge remote-tracking branch 'origin/master' into pr-830John Wiegley2022-11-151-12/+12
|\
| * Merge pull request from skangas/checkdocJohn Wiegley2022-11-141-4/+4
| |\
| | * Various checkdoc fixesStefan Kangas2022-11-141-4/+4
| * | Fix tests on Emacs 26 or olderStefan Kangas2022-11-131-6/+6
| |/
| * bind-key.el: Bump version for ELPAPayas Relekar2022-10-281-1/+1
| * Update copyright for submission to ELPAPayas Relekar2022-10-251-1/+1
* | bind-keys supports passing a list of keymaps as :map argumentJacob First2022-09-291-47/+62
|/
* Fix emacs native compilation warning for bind-keyCodruț Constantin Gușoi2022-09-101-2/+2
* Go back to making `override-global-mode` non-globalrealcomplex2022-08-111-1/+0
* Make sure that bind-key's `override-global-mode` is initially onKoen van Greevenbroek2022-08-101-0/+1
* Quote single quotes in docstrings or use different quotingJonas Bernoulli2022-08-081-13/+13
* Merge pull request from wcy123/masterJohn Wiegley2022-08-071-2/+3
|\
| * optimization: constand folding for read-kbd-macroWang Chunye2022-02-061-2/+3
* | Merge pull request from phst/lexJohn Wiegley2022-08-071-1/+1
|\ \
| * | Migrate remaining files to lexical bindingPhilipp Stephani2020-08-031-1/+1
* | | Merge pull request from Hugo-Heagren/bind-keys-repeat-mapJohn Wiegley2022-08-071-9/+65
|\ \ \
| * | | bind-keys-form: error for repeat sub-keywords without :repeat-mapHugo Heagren2022-01-281-0/+4
| * | | bind-key-form: allow :continue keyword inside repeat mapHugo Heagren2022-01-281-3/+15
| * | | bind-key-form: allow :exit keyword inside repeat mapHugo Heagren2022-01-281-3/+15
| * | | bind-keys-form: new keyword :repeat-map, for defining repeat mapsHugo Heagren2022-01-281-4/+32
| | |/ | |/|
* / | Avoid positional arguments to define-minor-modeJonas Bernoulli2022-06-261-1/+2
|/ /
* | unbind-key: Ensure that keys are removed from the keymapDaniel Mendler2021-02-101-11/+41
* | bind-key: Use new symbols for kmapvarDaniel Mendler2021-02-101-4/+7
* | Support keymap symbol in bind-keyJimmy Yuen Ho Wong2020-07-081-5/+8
|/
* Fix typosJonas Bernoulli2019-11-061-1/+1
* Document that remapping commands is supported with bind-keyAndrew Schwartzmeyer2018-04-301-0/+6
* bind-keys fixes related toJohn Wiegley2017-12-101-13/+12
* Update some GPL version referencesJohn Wiegley2017-12-061-1/+1
* Avoid using pcase and many other macros in macro-expanded formsJohn Wiegley2017-12-051-8/+14
* Fix bad interaction between bind-keys* and the :package keywordJohn Wiegley2017-12-051-4/+5
* Add a note to `bind-key` on the usage of the KEYMAP argumentJohn Wiegley2017-12-041-0/+7
* Fix an argument process problem with bind-keyJohn Wiegley2017-12-041-21/+34