helm-spaces

Homepage: https://github.com/yasuyk/helm-spaces

Author: Yasuyuki Oka

Updated:

Summary

Helm sources for spaces

Commentary

Installation:

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)

That's all.

Dependencies