spacemacs/layers/+emacs/smex
syl20bnr ebe4c60264 Revert "Defer packages by default using use-package-always-defer"
This reverts commit 29c78ce841 and all other fixes
that have been made afterwards.

The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
..
img layers directory: create new categories 2016-03-23 21:39:43 -04:00
funcs.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fix doc for cscope, geolocation, wakatime, prodigy and smex layer 2017-12-27 20:20:32 +02:00

Smex layer

/TakeV/spacemacs/media/commit/31f4c2a005fce24afc001fe6f7f2545930402e5b/layers/+emacs/smex/img/smex.png

Description

This layer provides a more traditional alternative to helm-M-x based on ido.

Features:

  • Provides an alternative way for helm-M-x based on ido and smex

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add smex to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key Binding Description
SPC SPC all Emacs commands (interactive functions)
SPC m : current major mode commands