spacemacs/contrib/smex
vkz bd432752bc Replace after-init-hook with emacs-startup-hook
This has a benefit of not assuming that the user .emacs.d/ is in the
user home directory. Should continue to work as expected when this is
the case, but you could also start a fresh Emacs session like
so (assumes OSX):
open -a Emacs.app -n --args -q -l /path/to/emacs.d/init.el
So you don't have to muddle with symlinking your ~/.emacs.d or replacing
it with another just to try Spacemacs (or any other config). Note, that
this won't work with `after-init-hook` which doesn't appear to run when
Emacs is run with -q flag. As a result the `dotspacemacs/config` in your
.spacemacs won't run.
2015-08-04 23:17:12 -04:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Replace after-init-hook with emacs-startup-hook 2015-08-04 23:17:12 -04:00
README.org Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00

smex contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/8c4264d9b3c322caa6fa5b0d5459d8f96c267562/contrib/smex/img/smex.png

Table of Contents   TOC@4

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