We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For Emacs>=25.1 be sure to have these lines in your init file:
See https://melpa.org/#/getting-started on setup.
M-x list-packages <RET>
workgroups2
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)