You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for magithub! This is a neat project which I'm enjoying getting familiar with.
I particularly like the magithub-issue-personal-note function. I'd love to be able to have my personal notes available on multiple machines, though. For example, it would be great if these would go in my Dropbox directory. A quick glance at the code suggests that to get my personal issue notes in a different directory, I could just change GIT_DIR. But actually doing that produces an error message and points me to https://github.com/magit/magit/wiki/Don't-set-$GIT_DIR-and-alike
So my question (most probably a feature enhancement request) is how do I get my personal issue notes to showup in a different place (e.g., in my dropbox directory instead of something like ~/.emacs.d/magithub/<org>/<repo>/notes/.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for the quick response. That clarifies things.
Is it OK to set magithub-dir to be a Dropbox directory? Would that cause problems with the cache? If so, I could rewrite magithub-issue-personal-note-file to check for a user specified notes directory.
The only effect that would have on the cache is re dropbox syncing. The cache is written to on emacs-close and every 10 minutes of idle time. If you're ok with that, then setting magithub-dir to your dropbox should be just fine :-)
Thanks for magithub! This is a neat project which I'm enjoying getting familiar with.
I particularly like the
magithub-issue-personal-note
function. I'd love to be able to have my personal notes available on multiple machines, though. For example, it would be great if these would go in my Dropbox directory. A quick glance at the code suggests that to get my personal issue notes in a different directory, I could just changeGIT_DIR
. But actually doing that produces an error message and points me to https://github.com/magit/magit/wiki/Don't-set-$GIT_DIR-and-alikeSo my question (most probably a feature enhancement request) is how do I get my personal issue notes to showup in a different place (e.g., in my dropbox directory instead of something like
~/.emacs.d/magithub/<org>/<repo>/notes/
.Thanks.
The text was updated successfully, but these errors were encountered: