helm-spaces.el
is helm sources for spaces.
- Emacs 23 or higher.
- helm 1.0 or higher.
- spaces 0.1.0 or higher.
If you choose not to use one of the convenient packages in
Melpa, you'll need to add the
directory containing helm-spaces.el
to your load-path
, and then (require 'helm-spaces)
.
Helm to list spaces and to create a new space.
Non-nil means ask user before sp-new-space
, If a space with same name already exists.
Face used for current space.
Add the following to your emacs init file:
(require 'helm-spaces) ;; Not necessary if using ELPA package
(global-set-key (kbd "C-c s") 'helm-spaces)
(setq helm-spaces-new-space-query nil)