summaryrefslogtreecommitdiff
path: root/lisp/use-package/bind-key.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow keys to be bound to nilJohn Wiegley2017-11-291-5/+6
* Update version and copyrightJohn Wiegley2017-11-291-4/+5
* Allow :bind ("C-c C-c" . (lambda () (ding))) and #'(lambda ...)John Wiegley2017-11-291-4/+4
* Print map keys in describe-personal-keybindingsJohn Wiegley2017-11-281-2/+2
* Repeating a bind no longer causes duplicates in personal-keybindingsJohn Wiegley2017-11-281-3/+7
* Merge pull request from tarsius/outlineJohn Wiegley2016-12-181-0/+3
|\
| * Support outline-minor-modeJonas Bernoulli2016-12-171-0/+3
* | Delay decision whether to use eval-after-load until run-timeJonas Bernoulli2016-12-181-3/+3
|/
* :map no longer accepts lists; only eval-after-load if necessaryJohn Wiegley2016-02-271-20/+14
* Merge pull request from ljos/masterJohn Wiegley2016-02-261-1/+1
|\
| * Quote variable in `bind-keys*'Bjarte Johansen2016-02-261-1/+1