No description
Find a file
Justin Talbott cd867dfe2f allow string values in cons for :bind keywords
It is possible with `bind-key` and `define-key` (and also `bind-chord`
and `key-chord-define`) to define a binding to a string's value, i.e:

``` elisp
(bind-key "C-;" "the ")
(bind-chord "^^" "λ")
```

This adds an option for `(use-package-normalize-pairs)` that allows
string values to be given with the `:bind` (and also `:chord`) keywords
to expand into these definitions.
2016-01-08 14:35:17 -05:00
lisp/use-package allow string values in cons for :bind keywords 2016-01-08 14:35:17 -05:00
test/lisp/use-package Move tests to separate file 2014-02-12 22:30:12 +01:00