spacemacs/contrib/smex/README.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2014-12-02 02:45:05 +00:00
# smex contribution layer for Spacemacs
2014-12-24 06:03:49 +00:00
![logo](img/smex.png)
2014-12-14 05:16:04 +00:00
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
- [smex contribution layer for Spacemacs](#smex-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- markdown-toc end -->
## Description
2014-12-02 02:45:05 +00:00
This layer replaces `helm-M-x` by [smex][] which is built on top of `ido`.
`ido` can perform flex matching with the [flx-ido][] mode which is already
activated in the Spacemacs layer.
## Install
To use this contribution add it to your `~/.spacemacs`
```elisp
2015-02-18 03:36:12 +00:00
(setq-default dotspacemacs-configuration-layers '(smex))
2014-12-02 02:45:05 +00:00
```
## Key bindings
Key Binding | Description
--------------------|------------------------------------------------------------
<kbd>SPC :</kbd> | all Emacs commands (interactive functions)
<kbd>SPC m :</kbd> | current major mode commands
[smex]: https://github.com/nonsequitur/smex
[flx-ido]: https://github.com/lewang/flx