27 lines
898 B
Org Mode
27 lines
898 B
Org Mode
#+TITLE: Smex layer
|
|
|
|
[[file:img/smex.png]]
|
|
|
|
* Table of Contents :TOC_4_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
* Description
|
|
This layer provides a more traditional alternative to =helm-M-x= based on =ido=.
|
|
|
|
** Features:
|
|
- Provides an alternative way for =helm-M-x= based on =ido= and [[https://github.com/nonsequitur/smex][smex]]
|
|
|
|
* Install
|
|
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
|
add =smex= to the existing =dotspacemacs-configuration-layers= list in this
|
|
file.
|
|
|
|
* Key bindings
|
|
|
|
| Key Binding | Description |
|
|
|-------------+--------------------------------------------|
|
|
| ~SPC SPC~ | all Emacs commands (interactive functions) |
|
|
| ~SPC m :~ | current major mode commands |
|