Contribute¶
Start using the git repo¶
Remove
workgroups2package 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.gitcd ~/.emacs.d git submodule add git://github.com/pashinin/workgroups2.git workgroups2Add repo’s
src/directory toload-pathand 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.