summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-bind-key.el
diff options
context:
space:
mode:
authorJustin Talbott <justin@waymondo.com>2019-02-09 20:52:50 -0500
committerJustin Talbott <justin@waymondo.com>2019-06-14 18:50:38 -0400
commit4149ec6cfa11cf094f914539ac6915e0d874559f (patch)
treef4d96adb1e4cd0aae9b4d7ba25f38eeb9ddfa64c /lisp/use-package/use-package-bind-key.el
parent97f0287e1968d3ccd802fe52a4dbca707babd7fa (diff)
downloademacs-4149ec6cfa11cf094f914539ac6915e0d874559f.tar.gz
emacs-4149ec6cfa11cf094f914539ac6915e0d874559f.tar.bz2
emacs-4149ec6cfa11cf094f914539ac6915e0d874559f.zip
use `use-package-as-one` for normalizing `:ensure-system-package`
This makes the preferred syntax consistent with other `use-package` keywords. All of these are now valid: ``` (use-package format-all :ensure-system-package (prettier . "npm i -g prettier") (rufo . "gem install rufo")) (use-package format-all :ensure-system-package ((prettier . "npm i -g prettier") (rufo . "gem install rufo"))) (use-package format-all :ensure-system-package (prettier . "npm i -g prettier")) ```
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
0 files changed, 0 insertions, 0 deletions