Questions tagged [github]
28 questions
6
votes
1 answer
Create GitHub issue for current repository
I'd like to be able to create GitHub issues from Emacs using a simple command, e.g.
M-x create-github-issue RET RET RET
Ideally, the command would default to the current repo when called from a buffer visiting a file that belongs…

itsjeyd
- 14,666
- 3
- 59
- 87
3
votes
1 answer
Dropbox packages and config
I'm testing out emacs today and I'm trying to sync config and packages to my dropbox.
The solution I used with vim is what I'm planning for emacs
Create a .emacs.d directory on dropbox
Put an init.el file within that directory
Create a link from…

Simon
- 421
- 6
- 15