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
packages.el Replace after-init-hook with emacs-startup-hook 2015-08-04 23:17:12 -04:00
README.org

smex contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/711c37e9bc2547d3193c85323479092ee073e7f4/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