Contribute

Start using the git repo

  1. Remove workgroups2 package you installed from Melpa

  2. Clone 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
    
  3. Add repo’s src/ directory to load-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.

Modify something