spacemacs/contrib/smex
sbenner c4247b9fe3 Fix error when invoking ido
Occurs if `dotspacemacs-toggle-feature-leader-on-jk` is suppressed
from .spacemacs
2015-01-23 11:16:05 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Fix error when invoking ido 2015-01-23 11:16:05 -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