]> git.eshelyaron.com Git - emacs.git/commit
update bind-chords to use of eval-after-load when maps declared
authorJustin Talbott <justin@waymondo.com>
Thu, 20 Jun 2019 15:27:46 +0000 (11:27 -0400)
committerJustin Talbott <justin@waymondo.com>
Thu, 20 Jun 2019 15:48:55 +0000 (11:48 -0400)
commit0d720a0f618fe2edfd7e7c547f422ae1d8b831c7
tree0d663aa9d3bc78482b9f9c96c5b5d5ab58b1ccc2
parent97f0287e1968d3ccd802fe52a4dbca707babd7fa
update bind-chords to use of eval-after-load when maps declared

also improve :chord keyword syntax processing to more closely mimic bind-keys since the same binding
normalizer is used.

also add tests for use-package-chords to cover these test cases
lisp/use-package/bind-chord.el
lisp/use-package/use-package-chords.el
test/lisp/use-package/use-package-chords-tests.el [new file with mode: 0644]