InstallationΒΆ

Very simple with recent Emacs. Make sure you have these lines:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

before

(package-initialize)

Then type M-x list-packages

../_images/list-packages.png

mark workgroups2 with i and install with x.

Then Configure and activate workgroups-mode.