Skip to content

yasuyk/helm-spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-spaces.el

travis badge melpa badge melpa stable badge

Introduction

helm-spaces.el is helm sources for spaces.

Requirements

  • Emacs 23 or higher.
  • helm 1.0 or higher.
  • spaces 0.1.0 or higher.

Installation

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).

Basic Usage

helm-spaces

Helm to list spaces and to create a new space.

Customize

helm-spaces-new-space-query

Non-nil means ask user before sp-new-space, If a space with same name already exists.

helm-spaces-current-space

Face used for current space.

Sample configuration

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)

About

helm sources for spaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published