spacemacs/contrib/smex
2015-01-20 12:25:58 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Remove key-chord dependency 2015-01-18 00:32:27 -05:00
README.md Remove leader on jk from smex layer README 2015-01-20 12:25:58 -05:00

smex contribution layer for Spacemacs

logo

Table of Contents

Description

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

(setq-default dotspacemacs-configuration-layers '(smex)
  "List of contribution to load."
)

Key bindings

Key Binding     |                 Description

--------------------|------------------------------------------------------------ SPC : | all Emacs commands (interactive functions) SPC m : | current major mode commands