spacemacs/contrib/smex
syl20bnr 7cd4973237 Define dotspacemacs-command-key key-bindings in an after-init-hook
Allows the user to overwrite any key binding
2015-03-03 00:14:00 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Define dotspacemacs-command-key key-bindings in an after-init-hook 2015-03-03 00:14:00 -05:00
README.md Update wrong code snippets in READMEs 2015-02-17 22:36:12 -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))

Key bindings

Key Binding     |                 Description

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