Contribute¶
Start using the git repo¶
Remove
workgroups2
package you installed from MelpaClone the repo from Github (or make a submodule in your .emacs repo)
cd ~/some/path git clone https://github.com/pashinin/workgroups2.git
cd ~/.emacs.d git submodule add git://github.com/pashinin/workgroups2.git workgroups2
Add repo’s
src/
directory toload-path
and then use a simple(require ...)
(add-to-list 'load-path "~/.emacs.d/workgroups2/src") (require 'workgroups2) ;; your existing settings... (workgroups-mode 1)
Then to make changes I think you need to understand How this extension work.