Trying to get into emacs package contributions and was wondering what the typical workflow is of doing that. For example, if I have package X installed and would like to make my own additions to the package to test it locally before sending a patch, how would I go ahead in doing that? As a beginner, I'm thinking something along the lines of using the `:load-path` attribute in use-package. #emacs
@paniash I have a directory of all my Git repositories, including forks of various #Emacs packages. They're all configured with use-package with the :load-path keyword pointing to that my repos directory.
@jameshowell Thanks! Nice to see that I was thinking along the right line. :)