Skip to content
Chen Bin edited this page Dec 22, 2021 · 2 revisions

With package.el

For Emacs>=25.1 be sure to have these lines in your init file:

See https://melpa.org/#/getting-started on setup.

  1. See your packages: M-x list-packages <RET>
  2. Choose workgroups2 and install.

Get the latest version instantly

Just use git:

cd ~/.emacs.d
git clone https://github.com/pashinin/workgroups2.git

Then in your Emacs init file:

(add-to-list 'load-path "~/.emacs.d/workgroups2/src")
(require 'workgroups2)
(workgroups-mode 1)